tinkerspy / Automaton

Reactive State Machine Framework for Arduino
https://github.com/tinkerspy/Automaton/wiki
MIT License
369 stars 63 forks source link

fixed compabilty with certain (older) Arduino Core verison #78

Closed jonolt closed 4 years ago

jonolt commented 4 years ago

See https://github.com/arduino/ArduinoCore-API/issues/25

had some problems using this library with platform.io on the Arduino Nano Every using megaavr core v1.8.5 and implicit casts off bool to PinStatus. The should have been fixed in v1.8.6.

Not sure if merging this makes much sense, so feel free to just close this request.

jonolt commented 4 years ago

makes more problems as it solves