Skip to content

Commit

Permalink
Include gpio.h to fix undefined N_GPIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 22, 2021
1 parent 8dae215 commit 6a13dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/pico_explorer/pico_explorer.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <math.h>
#include <string.h>

#include "hardware/gpio.h"
#include "hardware/pwm.h"
#include "hardware/adc.h"

Expand Down

0 comments on commit 6a13dc5

Please sign in to comment.