Skip to content

Commit b5c6cf7

Browse files
removed pin underscores in iomanagement.h
1 parent fb6a553 commit b5c6cf7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/IOManagement.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
#include <Arduino.h>
99

1010
//Outputs
11-
#define MCU_DIR PA_6
12-
#define MCU_ECO PB_1
13-
#define MCU_MC_ON PA_2
11+
#define MCU_DIR PA6
12+
#define MCU_ECO PB1
13+
#define MCU_MC_ON PA2
1414

1515
//Inputs
16-
#define MCU_SPEED_SIG PA_8
17-
#define PRK_BRK_TELEM PB_4
16+
#define MCU_SPEED_SIG PA8
17+
#define PRK_BRK_TELEM PB4
1818

1919
struct Digital_Data {
2020
bool direction : 1; // output

0 commit comments

Comments
 (0)