Typo on ABCD pins

This commit is contained in:
giuliof 2019-03-02 18:15:11 +01:00
parent ce3030010e
commit 72de1f5c99
1 changed files with 8 additions and 8 deletions

View File

@ -92,14 +92,14 @@ union ReceivedCommand_t {
#define ORANGEP_PIN 5
#define GREENP_PIN 4
#define notA_PIN 78
#define notB_PIN 77
#define notC_PIN 76
#define notD_PIN 75
#define A_PIN 74
#define B_PIN 73
#define C_PIN 72
#define D_PIN 71
#define A_PIN 25
#define B_PIN 24
#define C_PIN 23
#define D_PIN 22
#define notA_PIN 29
#define notB_PIN 28
#define notC_PIN 27
#define notD_PIN 26
#define LR_PIN 10
#define MUTE_PIN 9