We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae2a21 commit 7584363Copy full SHA for 7584363
ports/raspberrypi/common-hal/i2ctarget/I2CTarget.c
@@ -31,6 +31,7 @@
31
#include "py/mperrno.h"
32
#include "py/mphal.h"
33
#include "shared-bindings/busio/I2C.h"
34
+#include "shared-bindings/microcontroller/Pin.h"
35
#include "py/runtime.h"
36
37
#include "src/rp2_common/hardware_gpio/include/hardware/gpio.h"
0 commit comments