libpynq (release 5EWC0-2023 version 0.2.1 of 2023-09-01 11:02)
Loading...
Searching...
No Matches
util.c
Go to the documentation of this file.
1#include <util.h>
2void sleep_msec(int msec){};
3void mapping_info(void){};
void sleep_msec(int msec)
Wait for msec milliseconds.
Definition util.c:2
void mapping_info(void)
Displays a table to see where all pins have been mapped, what channels have been linked where and the...
Definition util.c:3