direction commands updated to Up down RPM value
Dependencies: MAX7219pot MCP23S17 mbed
Fork of POT_V_1_0 by
Diff: pot.h
- Revision:
- 5:f7b7ee0702cc
- Parent:
- 4:710464cb44fc
--- a/pot.h Sat Apr 28 10:22:22 2018 +0000 +++ b/pot.h Wed Jul 25 19:57:54 2018 +0000 @@ -1,7 +1,7 @@ /*Pin defination for LED indication */ -#define _AHEAD PB_8 -#define _ASTERN PB_9 +//#define _AHEAD PB_8 / direction leds not required +//#define _ASTERN PB_9 / direction leds not required #define _REQ PC_5 #define _ACK PA_12 #define _CMD_ACK PA_11 @@ -55,3 +55,4 @@ #define NMEA_END_CHAR_1 '\n' #define NMEA_MAX_LENGTH 45 //maximum setence length +#define Max_RPM 2000 \ No newline at end of file