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>
This commit is contained in:
thg191
2023-03-11 21:12:00 +00:00
committed by GitHub
parent b7419866d9
commit 7584f9bf98
4 changed files with 423 additions and 0 deletions

View File

@@ -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.