diff options
Diffstat (limited to 'main/i2c.h')
-rw-r--r-- | main/i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #pragma once // https://github.com/raspberrypi/pico-examples/tree/master/i2c +// https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html #include <stddef.h> #include <stdint.h> |