Replacement RPN calculator firmware for the diyleyuan calculator.
Go to file
Jeff Wang 43edb291cf attempt to reduce space usage
- remove unecessary code
- ifdef "extra" code
- pass data through globals instead of functions accessing static data
- functions non-reentrant, locate tmps in xdata
2019-03-31 19:37:52 -04:00
src attempt to reduce space usage 2019-03-31 19:37:52 -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 attempt to reduce space usage 2019-03-31 19:37:52 -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.