summaryrefslogtreecommitdiffstats
path: root/movement/movement_faces.h
diff options
context:
space:
mode:
authorChristian Chapman <1360262+enthdegree@users.noreply.github.com>2023-01-20 20:15:28 -0500
committerGitHub <noreply@github.com>2023-01-20 19:15:28 -0600
commit027e3bb42ed0f0e0f6c2bacbc0c896d721e7cd63 (patch)
treed0e144ddffe1ce31c25dd192d815296fd0974781 /movement/movement_faces.h
parent7ef2d6541ad74f6eee96fbc89f2bc8d004d33ed0 (diff)
downloadSensor-Watch-027e3bb42ed0f0e0f6c2bacbc0c896d721e7cd63.tar.gz
Sensor-Watch-027e3bb42ed0f0e0f6c2bacbc0c896d721e7cd63.tar.bz2
Sensor-Watch-027e3bb42ed0f0e0f6c2bacbc0c896d721e7cd63.zip
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>
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r--movement/movement_faces.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h
index 84d04653..eefb05e6 100644
--- a/movement/movement_faces.h
+++ b/movement/movement_faces.h
@@ -71,6 +71,7 @@
#include "tally_face.h"
#include "tarot_face.h"
#include "interval_face.h"
+#include "morsecalc_face.h"
#include "rpn_calculator_face.h"
// New includes go above this line.