add I2C_INT & reorder

Add `I2C_INT` to `motor2040.hpp` and put pin defs in numeric order.
pull/890/head
Rob Berwick 2024-01-08 12:57:30 +00:00
rodzic 6dcc0d4fa0
commit 3e81b245a1
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -47,11 +47,12 @@ namespace motor {
const uint LED_DATA = 18;
const uint NUM_LEDS = 1;
const uint USER_SW = 23;
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;
const uint ADC_ADDR_1 = 24;
const uint ADC_ADDR_2 = 25;