File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1212 ****************************************************/
1313
1414#ifdef __AVR_ATtiny85__
15- #include < TinyWireM.h>
16- #define Wire TinyWireM
15+ #define Wire TinyWireM // TinyWireM is now part of Adafruit Wire library
1716#else
1817 #include < Wire.h>
1918#endif
Original file line number Diff line number Diff line change 1515#define _Adafruit_MCP23017_H_
1616
1717// Don't forget the Wire library
18- #ifdef __AVR_ATtiny85__
19- #include < TinyWireM.h>
20- #else
18+ // #ifdef __AVR_ATtiny85__ //TinyWireM is now part of
19+ // #include <TinyWireM.h> // Adafruit version of Wire Library
20+ // #else
2121#include < Wire.h>
22- #endif
22+ // #endif
2323
2424class Adafruit_MCP23017 {
2525public:
Original file line number Diff line number Diff line change 11name =Adafruit MCP23017 Arduino Library
2- version =1.0.1
2+ version =1.0.2
33author =Adafruit
44maintainer =Adafruit <info@adafruit.com>
55sentence =Library for the MCP23017 I2C Port Expander
You can’t perform that action at this time.
0 commit comments