v

Committer:
thorb3n
Date:
Thu Feb 18 14:59:12 2016 +0000
Revision:
0:f0764ce7dd2b
commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thorb3n 0:f0764ce7dd2b 1
thorb3n 0:f0764ce7dd2b 2
thorb3n 0:f0764ce7dd2b 3 #define SPEED_PIN PB_1
thorb3n 0:f0764ce7dd2b 4 #define BREAKE_PIN D15
thorb3n 0:f0764ce7dd2b 5 #define VOLTAGE_PIN PA_15
thorb3n 0:f0764ce7dd2b 6 #define CURRENT_PIN A4
thorb3n 0:f0764ce7dd2b 7 #define LIGHT1_PIN D14
thorb3n 0:f0764ce7dd2b 8 #define LIGHT2_PIN D15
thorb3n 0:f0764ce7dd2b 9 #define TX D1
thorb3n 0:f0764ce7dd2b 10 #define RX D0
thorb3n 0:f0764ce7dd2b 11 #define PWM_PIN D11