#include <stdbool.h>
#include <stdint.h>
#include <adc.h>
#include <arm_shared_memory_system.h>
#include <buttons.h>
#include <display.h>
#include <fontx.h>
#include <gpio.h>
#include <interrupt.h>
#include <leds.h>
#include <log.h>
#include <pinmap.h>
#include <pwm.h>
#include <switchbox.h>
#include <uart.h>
#include <util.h>
#include <version.h>
#include <lcdconfig.h>
#include <platform.h>
Go to the source code of this file.
◆ pynq_destroy()
void pynq_destroy |
( |
void |
| ) |
|
Reset and destroy the switchbox and GPIO of the PYNQ.
Definition at line 35 of file libpynq.c.
◆ pynq_init()
Initialise the switchbox and GPIO of the PYNQ.
Definition at line 24 of file libpynq.c.