Add settings for fast boot, bcas mode, 3rd trill, dac out

This commit is contained in:
John Stäck 2019-07-25 00:51:34 +02:00
parent c38adcd56c
commit 7b179d4343
6 changed files with 99 additions and 76 deletions

View file

@ -73,6 +73,11 @@ extern byte currentRotation;
extern uint16_t rotations[4];
extern uint16_t parallel; // semitones
extern uint16_t bcasMode; //Legacy CASSIDY compile flag
extern uint16_t trill3_interval;
extern uint16_t fastBoot;
extern uint16_t dacMode;
extern uint16_t wlPower;
extern int touch_Thr;