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 265d24c commit bb58da9Copy full SHA for bb58da9
libraries/Wire/Wire.h
@@ -124,7 +124,7 @@ class TwoWire : public arduino::HardwareI2C {
124
void onRequest( void (*)(void) );
125
126
void setBusStatus(WireStatus_t);
127
-
+ /* set timeout in ms for I2C communication */
128
void setTimeout(unsigned int t);
129
130
inline size_t write(unsigned long n) { return write((uint8_t)n); }
0 commit comments