sumotoy / gpio_expander

A library for drive a lot of GPIO chips with Arduino/Teensy3.x or LC
67 stars 29 forks source link

Path to Wire.h #4

Open plantlover opened 8 years ago

plantlover commented 8 years ago

Hello sumotoy,

when using the library with the current Arduino IDE v1.6.8, the library won't compile because of the following include line:

include <../../Wire.h>

If ../../ is omitted, it works fine.

Also, it would be nice if the "gpio" in Object.gpioDigitalRead() and Object.gpioDigitalWrite() wasn't there. Does it come out of necessity?

Best wishes, great work compiling all those GPIO ICs. :+1:

PJCzx commented 4 years ago

@sumotoy I created a pull request here : https://github.com/sumotoy/gpio_expander/pull/13