diff options
Diffstat (limited to 'main/i2c.h')
-rw-r--r-- | main/i2c.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,9 +3,11 @@ #include <stddef.h> #include <stdint.h> +#include <hardware/i2c.h> #define SDA_PIN 16 #define SCL_PIN 17 +#define I2C_PORT i2c0 #define MAX_SLAVES 10 /** |