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 4c593ed commit 304e29dCopy full SHA for 304e29d
libraries/Wire/Wire.h
@@ -39,7 +39,7 @@ class TwoWire : public Stream
39
void begin(uint8_t);
40
void end();
41
void setClock(uint32_t);
42
- void setPins(uint8_t pinSDA, uint8_t pinSCL);
+ void setPins(uint8_t pinSDA, uint8_t pinSCL);
43
44
void beginTransmission(uint8_t);
45
uint8_t endTransmission(bool stopBit);
0 commit comments