Changes up to 1.6.0

This commit is contained in:
John Stack 2023-02-27 12:56:49 +01:00
parent c8bd07799a
commit 1a543a6734
11 changed files with 507 additions and 196 deletions

View file

@ -19,6 +19,9 @@
#define VIBRATO_MENU 7
#define ABOUT_MENU 8
#define EXTRAS_MENU 9
#define ROTA_MENU 10
#define ROTB_MENU 11
#define ROTC_MENU 12
#define ARR_LEN(a) (sizeof (a) / sizeof (a[0]))