Added way to enter regular menu instead of rotator menu (touch special key) if touch sensing is set too high. Added support for pneumatic bite sensing (add-on board). Experimental pitch CV out for built-in add-on CV scaler board (#define CVSCALEBOARD). LED brightness fix.
This commit is contained in:
parent
b892d36e05
commit
37c77356d5
7 changed files with 5497 additions and 5222 deletions
|
@ -20,6 +20,10 @@
|
|||
#define pbDnPin 22
|
||||
#define vibratoPin 15
|
||||
|
||||
|
||||
#define biteJumperPin 11 //PBITE
|
||||
#define biteJumperGndPin 12 //PBITE
|
||||
|
||||
#define breathSensorPin A0
|
||||
|
||||
#define dPin 3
|
||||
|
@ -33,6 +37,9 @@
|
|||
|
||||
#define vMeterPin A11
|
||||
|
||||
#define dacPin A14
|
||||
#define pwmDacPin 20
|
||||
|
||||
#define PBD 12
|
||||
#define UPWD 1
|
||||
#define DNWD 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue