Skip to content

Commit 6614b48

Browse files
committed
external i2c
1 parent daa9adb commit 6614b48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Arduino_Robot_Firmware.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class Arduino_Robot_Firmware{
5959
void setExternalI2C(uint8_t state); // set A4,A5 connection on I2C bus 2
6060
void connectExternalI2C(); // allow A4,A5 on nano connector to be attached to I2C bus 2
6161
void disconnectExternalI2C(); // disable the connection on A4,A5
62+
6263
};
6364

6465
#endif

0 commit comments

Comments
 (0)