Rotary encoder
This commit is contained in:
@@ -7,4 +7,14 @@ extern volatile unsigned long lastLoop0Time;
|
||||
extern volatile unsigned long lastLoop1Time;
|
||||
extern volatile bool watchdogActive;
|
||||
|
||||
struct Scale {
|
||||
const char* name;
|
||||
const float frequencies[8];
|
||||
int numNotes;
|
||||
};
|
||||
|
||||
extern const Scale SCALES[];
|
||||
extern const int NUM_SCALES;
|
||||
extern volatile int currentScaleIndex;
|
||||
|
||||
#endif // SHAREDSTATE_H
|
||||
Reference in New Issue
Block a user