Move all the LED things to a separate file, as mentioned in comments

This commit is contained in:
John Stäck 2019-07-27 00:42:27 +02:00
parent 3903ec7b98
commit 3ae4147d7e
7 changed files with 76 additions and 56 deletions

View file

@ -116,6 +116,10 @@ extern int vibZeroBite;
extern int vibThrBite;
extern int vibThrBiteLo;
extern int breathLevel;
extern byte portIsOn;
extern int oldport;
// Key variables, TRUE (1) for pressed, FALSE (0) for not pressed
extern byte K1; // Valve 1 (pitch change -2)
extern byte K2; // Valve 2 (pitch change -1)