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.
1 parent daa9adb commit 6614b48Copy full SHA for 6614b48
src/Arduino_Robot_Firmware.h
@@ -59,6 +59,7 @@ class Arduino_Robot_Firmware{
59
void setExternalI2C(uint8_t state); // set A4,A5 connection on I2C bus 2
60
void connectExternalI2C(); // allow A4,A5 on nano connector to be attached to I2C bus 2
61
void disconnectExternalI2C(); // disable the connection on A4,A5
62
+
63
};
64
65
#endif
0 commit comments