Skip to content

Commit 9e6a072

Browse files
committed
add I2C_* definitions to servo2040.hpp
Add pin definitions for `I2C_INT`, `I2C_SDA`, and `I2C_SCL` to `servo2040.hpp`
1 parent 3e81b24 commit 9e6a072

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/servo2040/servo2040.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ namespace servo {
3030
const uint LED_DATA = 18;
3131
const uint NUM_LEDS = 6;
3232

33+
const uint I2C_INT = 19;
34+
const uint I2C_SDA = 20;
35+
const uint I2C_SCL = 21;
36+
3337
const uint USER_SW = 23;
3438

3539
const uint ADC_ADDR_0 = 22;

0 commit comments

Comments
 (0)