libpynq  (release 5EID0-2023 version 0.3.0 of 2024-04-25 09:42 )
libpynq.c
Go to the documentation of this file.
1 #include <libpynq.h>
2 void pynq_init(void){};
3 void pynq_destroy(void){};
pynq_destroy
void pynq_destroy(void)
Reset and destroy the switchbox and GPIO of the PYNQ.
Definition: libpynq.c:3
pynq_init
void pynq_init(void)
Initialise the switchbox and GPIO of the PYNQ.
Definition: libpynq.c:2
libpynq.h