libpynq (release 5EWC0-2023 version 0.2.1 of 2023-09-01 11:02)
Loading...
Searching...
No Matches
libpynq.c
Go to the documentation of this file.
1#include <libpynq.h>
2void pynq_init(void){};
3void pynq_destroy(void){};
void pynq_init(void)
Initialise the switchbox and GPIO of the PYNQ.
Definition libpynq.c:2
void pynq_destroy(void)
Reset and destroy the switchbox and GPIO of the PYNQ.
Definition libpynq.c:3