TheThingsNetwork / arduino-device-lib

Arduino Library for TTN Devices
MIT License
207 stars 96 forks source link

2.1 breaks non-AVR compatibility #182

Closed ghost closed 7 years ago

ghost commented 7 years ago

The latest update adds in the PinChangeInterrupt library which completely breaks everything non-AVR. My suggestion would be to disable that dependency upon using a non-AVR chip, like a SAMD21, used in the Arduino Zero. I honestly don't see a valid reason to use it for simple serial communication.

sabas1080 commented 7 years ago

Same problem with ESP8266

johanstokking commented 7 years ago

Now definitely closed by #186

sabas1080 commented 7 years ago

I'm going to test, thanks