Add I2C pin definitions to motor2040 header

Add definitions for the QW/ST connector SDA & SCL pins
pull/890/head
Rob Berwick 2024-01-01 20:07:58 +00:00
rodzic 8eac60afc6
commit 6dcc0d4fa0
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -49,6 +49,9 @@ namespace motor {
const uint USER_SW = 23;
const uint I2C_SDA = 20;
const uint I2C_SCL = 21;
const uint ADC_ADDR_0 = 22;
const uint ADC_ADDR_1 = 24;
const uint ADC_ADDR_2 = 25;