We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca2887 commit 311330eCopy full SHA for 311330e
libraries/Wire/src/Wire.h
@@ -105,7 +105,6 @@ class TwoWire: public HardwareI2C
105
#endif
106
}
107
108
-
109
bool end() override;
110
111
bool setClock(uint32_t freq) override;
@@ -119,7 +118,6 @@ class TwoWire: public HardwareI2C
119
118
120
void onReceive(void(*)(int)) override;
121
void onRequest(void(*)(void)) override;
122
123
124
//call setPins() first, so that begin() can be called without arguments from libraries
125
bool setPins(int sda, int scl);
@@ -136,8 +134,6 @@ class TwoWire: public HardwareI2C
136
134
137
135
uint32_t getClock();
138
139
140
141
size_t write(uint8_t) override;
142
size_t write(const uint8_t *, size_t) override;
143
int available() override;
0 commit comments