Update Adafruit_MCP23017.cpp
This commit is contained in:
parent
357fadc00e
commit
aea5753b94
|
@ -28,7 +28,6 @@
|
|||
// minihelper to keep Arduino backward compatibility
|
||||
static inline void wiresend(uint8_t x) {
|
||||
#if ARDUINO >= 100
|
||||
Wire.write((uint8_t)x);
|
||||
Wire.write((uint8_t) x);
|
||||
#else
|
||||
Wire.send(x);
|
||||
|
|
Loading…
Reference in New Issue