Arduino Calculator Example
-
I saw some requests for an Arduino calculator program for the M5 Calculator Face.
I made an "easy to modify" example here: https://github.com/vkichline/M5Calc-Arduino
This leaves two of the 3 M5Stack buttons unused, so you can add your own functions. Feel free to change it all you want.
I plan to write a full featured calculator, but it will involve a design that is not really beginner-friendly. -
I followed up on this project with another that's a real calculator. It was more work than I had anticipated; that might explain why there are so few examples: https://github.com/vkichline/FullCalculator-Arduino
The README includes pictures this time.