Skip to content

Commit 842bc47

Browse files
committed
Update Wire.h
1 parent f1c078c commit 842bc47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/Wire/Wire.h

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class TwoWire : public Stream
3434
TwoWire(SERCOM *s);
3535
void begin();
3636
void begin(uint8_t);
37+
void setClock(uint32_t); // dummy function
3738

3839
void beginTransmission(uint8_t);
3940
uint8_t endTransmission(bool stopBit);

0 commit comments

Comments
 (0)