Browse Source

Fix Motor Directions

master
Igor Beloschapkin 3 years ago
parent
commit
557a867d7b
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      tactile_eeg_v1.3/tactile_eeg_v1.3.ino

+ 4
- 4
tactile_eeg_v1.3/tactile_eeg_v1.3.ino View File

@@ -25,10 +25,10 @@
#define PIN_LED 13
#define PIN_TAC6 12
#define PIN_TAC5 27
#define PIN_TAC4 14
#define PIN_TAC3 32
#define PIN_TAC2 15
#define PIN_TAC1 33
#define PIN_TAC4 33
#define PIN_TAC3 15
#define PIN_TAC2 32
#define PIN_TAC1 14
#define PIN_13 13
#define PIN_A5 4
#define PIN_A1 25

Loading…
Cancel
Save