changed most declarations typedefs. the ones that are not changed yet need to be reviewed in detail
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
#define EXT_INPUT_PIN 2 //needs to be an interrupt pin
|
||||
#define ANALOGUE_INPUT_1_PIN A7
|
||||
#define ANALOGUE_INPUT_2_PIN A6
|
||||
const byte clockOutPin = 3;
|
||||
const byte outsPins[] = { 7, 8, 10, 6, 9, 11, clockOutPin };
|
||||
const uint8_t clockOutPin = 3;
|
||||
const uint8_t outsPins[] = { 7, 8, 10, 6, 9, 11, clockOutPin };
|
||||
bool rotateScreen = false;
|
||||
bool reverseEnc = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user