8000
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 74710c1 commit aac21feCopy full SHA for aac21fe
libraries/Wire/src/Wire.h
@@ -65,7 +65,7 @@ class TwoWire: public Stream
65
i2c_err_t processQueue(uint32_t *readCount);
66
uint16_t _timeOutMillis;
67
bool _dump;
68
- void initHardware(int sdaPin, int sclPin, uint32_t frequency);
+ bool initHardware(int sdaPin, int sclPin, uint32_t frequency);
69
70
public:
71
TwoWire(uint8_t bus_num);
0 commit comments