Replacement RPN calculator firmware for the diyleyuan calculator.
Go to file
Jeff Wang ad9a9f55ad change to base-100 with implicit decimal point
- addition working for test case
2019-03-26 02:38:56 -04:00
src change to base-100 with implicit decimal point 2019-03-26 02:38:56 -04:00
.gitignore initial stc rpn calculator project 2019-03-20 00:34:51 -04:00
LICENCE.md initial stc rpn calculator project 2019-03-20 00:34:51 -04:00
Makefile initial decimal number code, needs work 2019-03-22 16:38:35 -04:00
README.md initial stc rpn calculator project 2019-03-20 00:34:51 -04:00

STC DIY Calculator Firmware

This is a replacement firmware for the diyleyuan calculator using an STC IAP15W413AS microcontroller. This firmware replaces the pre-programmed firmware with a RPN calculator firmware.