We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b23c15 + 9e6a072 commit 8ca47d6Copy full SHA for 8ca47d6
libraries/motor2040/motor2040.hpp
@@ -47,6 +47,10 @@ namespace motor {
47
const uint LED_DATA = 18;
48
const uint NUM_LEDS = 1;
49
50
+ const uint I2C_INT = 19;
51
+ const uint I2C_SDA = 20;
52
+ const uint I2C_SCL = 21;
53
+
54
const uint USER_SW = 23;
55
56
const uint ADC_ADDR_0 = 22;
libraries/servo2040/servo2040.hpp
@@ -30,6 +30,10 @@ namespace servo {
30
31
const uint NUM_LEDS = 6;
32
33
34
35
36
37
38
39
0 commit comments