]> git.earman.xyz Git - sensor-watch.git/commit
Morse-code based RPN calculator (#164)
authorChristian Chapman <1360262+enthdegree@users.noreply.github.com>
Sat, 21 Jan 2023 01:15:28 +0000 (20:15 -0500)
committerGitHub <noreply@github.com>
Sat, 21 Jan 2023 01:15:28 +0000 (19:15 -0600)
commit027e3bb42ed0f0e0f6c2bacbc0c896d721e7cd63
treed0e144ddffe1ce31c25dd192d815296fd0974781
parent7ef2d6541ad74f6eee96fbc89f2bc8d004d33ed0
Morse-code based RPN calculator (#164)

* 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>
movement/lib/morsecalc/calc.c [new file with mode: 0644]
movement/lib/morsecalc/calc.h [new file with mode: 0644]
movement/lib/morsecalc/calc_fns.c [new file with mode: 0644]
movement/lib/morsecalc/calc_fns.h [new file with mode: 0644]
movement/lib/morsecalc/calc_strtof.c [new file with mode: 0644]
movement/lib/morsecalc/mc.c [new file with mode: 0644]
movement/lib/morsecalc/mc.h [new file with mode: 0644]
movement/make/Makefile
movement/movement_faces.h
movement/watch_faces/complication/morsecalc_face.c [new file with mode: 0644]
movement/watch_faces/complication/morsecalc_face.h [new file with mode: 0644]