Include gpio.h to fix undefined N_GPIOS

pull/7/head
Phil Howard 2021-01-22 12:51:09 +00:00
rodzic 8dae215552
commit 6a13dc5c4b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
#include <math.h>
#include <string.h>
#include "hardware/gpio.h"
#include "hardware/pwm.h"
#include "hardware/adc.h"