add `I2C_*` definitions to `servo2040.hpp`

Add pin definitions for `I2C_INT`, `I2C_SDA`, and `I2C_SCL` to `servo2040.hpp`
pull/890/head
Rob Berwick 2024-01-08 12:59:30 +00:00
rodzic 3e81b245a1
commit 9e6a0725c0
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -30,6 +30,10 @@ namespace servo {
const uint LED_DATA = 18;
const uint NUM_LEDS = 6;
const uint I2C_INT = 19;
const uint I2C_SDA = 20;
const uint I2C_SCL = 21;
const uint USER_SW = 23;
const uint ADC_ADDR_0 = 22;