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 87d745d commit 464ee85Copy full SHA for 464ee85
libraries/Wire/src/Wire.h
@@ -31,7 +31,7 @@
31
#define WIRE_HAS_END 1
32
33
#ifndef WIRE_BUFFER_SIZE
34
-#define WIRE_BUFFER_SIZE 128
+#define WIRE_BUFFER_SIZE 256
35
#endif
36
37
class TwoWire : public HardwareI2C {
0 commit comments