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 dbf9750 commit a12f4bcCopy full SHA for a12f4bc
libraries/Wire/src/Wire.h
@@ -73,7 +73,6 @@ class TwoWire : public HardwareI2C {
73
private:
74
#if SOC_I2C_SUPPORT_SLAVE
75
bool is_slave;
76
- // functional pointers for user callbacks
77
std::function<void()> user_onRequest;
78
std::function<void(int)> user_onReceive;
79
static void onRequestService(uint8_t, void *);
0 commit comments