summaryrefslogtreecommitdiffstats
path: root/movement/lib/morsecalc
Commit message (Collapse)AuthorAgeFilesLines
* Morse-code based RPN calculator (#164)Christian Chapman2023-01-207-0/+771
* Added Morse code based RPN calculator * added manual and memory register * fixed morsecalc negative indicator, edited header comment * adjusted stack display controls * Fixed warnings. Added calculator token aliasing ability. Added binary shorthand for numeral entry. Extended morse code binary tree. * ui tweaks * Update movement_config.h * silence warning Co-authored-by: Christian Chapman <user@debian> Co-authored-by: joeycastillo <joeycastillo@utexas.edu>