diff options
author | thg191 <32111025+RighteousLightning@users.noreply.github.com> | 2023-03-11 21:12:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 16:12:00 -0500 |
commit | 7584f9bf98ea0d42a3c02e92d24f541a54836d8b (patch) | |
tree | 62b0325d0907133a8014c56a89e90188920c33eb /movement/movement_faces.h | |
parent | b7419866d92c489925f7ff90c9ddf8f03d3f9a65 (diff) | |
download | Sensor-Watch-7584f9bf98ea0d42a3c02e92d24f541a54836d8b.tar.gz Sensor-Watch-7584f9bf98ea0d42a3c02e92d24f541a54836d8b.tar.bz2 Sensor-Watch-7584f9bf98ea0d42a3c02e92d24f541a54836d8b.zip |
discgolf_face initial commit (#207)
* discgolf_face initial commit
* Comment on wrong line
* updated drawing method and added beeps
* Put description in appropriate file, added license
* fixed for loops that didn't cover whole array, long mode press snaps back to default face
---------
Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index cd58ceee..6ae0ec0f 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -74,6 +74,7 @@ #include "morsecalc_face.h" #include "rpn_calculator_face.h" #include "ships_bell_face.h" +#include "discgolf_face.h" #include "habit_face.h" #include "repetition_minute_face.h" // New includes go above this line. |