Unverified Commit 464ee858 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Make Wire buffer default to 256 for MBED compatibility (#412)

Fixes #411
parent 87d745d5
......@@ -31,7 +31,7 @@
#define WIRE_HAS_END 1
#ifndef WIRE_BUFFER_SIZE
#define WIRE_BUFFER_SIZE 128
#define WIRE_BUFFER_SIZE 256
#endif
class TwoWire : public HardwareI2C {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment