v
Revision 0:f0764ce7dd2b, committed 2016-02-18
- Comitter:
- thorb3n
- Date:
- Thu Feb 18 14:59:12 2016 +0000
- Commit message:
- commit
Changed in this revision
pins.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 000000000000 -r f0764ce7dd2b pins.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pins.h Thu Feb 18 14:59:12 2016 +0000 @@ -0,0 +1,11 @@ + + +#define SPEED_PIN PB_1 +#define BREAKE_PIN D15 +#define VOLTAGE_PIN PA_15 +#define CURRENT_PIN A4 +#define LIGHT1_PIN D14 +#define LIGHT2_PIN D15 +#define TX D1 +#define RX D0 +#define PWM_PIN D11 \ No newline at end of file