Forgot an include

This commit is contained in:
gamblor21 2022-08-13 17:41:45 -05:00
parent 1ae2a2154e
commit 7584363f66
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include "py/mperrno.h"
#include "py/mphal.h"
#include "shared-bindings/busio/I2C.h"
#include "shared-bindings/microcontroller/Pin.h"
#include "py/runtime.h"
#include "src/rp2_common/hardware_gpio/include/hardware/gpio.h"