Skip to content
Snippets Groups Projects
Commit 842bc471 authored by PaoloP74's avatar PaoloP74
Browse files

Update Wire.h

parent f1c078cb
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ class TwoWire : public Stream
TwoWire(SERCOM *s);
void begin();
void begin(uint8_t);
void setClock(uint32_t); // dummy function
void beginTransmission(uint8_t);
uint8_t endTransmission(bool stopBit);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment