kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Add gpio.h to work around N_GPIOs bug (#16)
rodzic
fe969d0bbe
commit
51d95db154
|
@ -1,6 +1,7 @@
|
|||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "hardware/gpio.h" // Workaround SDK bug - https://github.com/raspberrypi/pico-sdk/issues/3
|
||||
#include "hardware/pwm.h"
|
||||
|
||||
#include "pico_display.hpp"
|
||||
|
|
Ładowanie…
Reference in New Issue