Skip to content

Commit bb58da9

Browse files
committed
Added short comment on function
1 parent 265d24c commit bb58da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Wire/Wire.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class TwoWire : public arduino::HardwareI2C {
124124
void onRequest( void (*)(void) );
125125

126126
void setBusStatus(WireStatus_t);
127-
127+
/* set timeout in ms for I2C communication */
128128
void setTimeout(unsigned int t);
129129

130130
inline size_t write(unsigned long n) { return write((uint8_t)n); }

0 commit comments

Comments
 (0)