mirror of
https://github.com/pocketpy/pocketpy
synced 2026-02-04 06:30:17 +00:00
9 lines
312 B
C
9 lines
312 B
C
#include "../c-periphery/src/gpio.h"
|
|
// #include "../c-periphery/src/i2c.h"
|
|
// #include "../c-periphery/src/led.h"
|
|
// #include "../c-periphery/src/mmio.h"
|
|
#include "../c-periphery/src/pwm.h"
|
|
// #include "../c-periphery/src/serial.h"
|
|
// #include "../c-periphery/src/spi.h"
|
|
#include "../c-periphery/src/version.h"
|