We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c078c commit 842bc47Copy full SHA for 842bc47
libraries/Wire/Wire.h
@@ -34,6 +34,7 @@ class TwoWire : public Stream
34
TwoWire(SERCOM *s);
35
void begin();
36
void begin(uint8_t);
37
+ void setClock(uint32_t); // dummy function
38
39
void beginTransmission(uint8_t);
40
uint8_t endTransmission(bool stopBit);
0 commit comments