TcMenu / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
291 stars 24 forks source link

Add support for 32 bit boards #13

Closed davetcc closed 6 years ago

davetcc commented 6 years ago

Ensure all compilations work with 32 bit boards. Basic optimisation too where possible.

davetcc commented 6 years ago

working on branch, to be committed to master once finished

davetcc commented 6 years ago

Now supports 32 bit boards, checked with SAMD (MKR1300). Eeprom even works through new abstraction.