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 503a9b3 commit 395695bCopy full SHA for 395695b
libraries/Wire/Wire.h
@@ -71,10 +71,10 @@ class TwoWire : public Stream
71
bool transmissionBegun;
72
73
// RX Buffer
74
- RingBuffer rxBuffer;
+ RingBufferN<256> rxBuffer;
75
76
//TX buffer
77
- RingBuffer txBuffer;
+ RingBufferN<256> txBuffer;
78
uint8_t txAddress;
79
80
// Callback user functions
0 commit comments