Christopher Foley
/
ESE519_WIFI_CONTROLLER
a
Fork of ESE519_Lab6_part1_skeleton by
Diff: main.cpp
- Revision:
- 10:dafae6093487
- Parent:
- 9:b8801ba7d7c2
- Child:
- 11:46c532b752d5
diff -r b8801ba7d7c2 -r dafae6093487 main.cpp --- a/main.cpp Thu Oct 25 02:36:38 2018 +0000 +++ b/main.cpp Thu Nov 01 22:50:44 2018 +0000 @@ -26,7 +26,7 @@ #define POTH p20 //Horizontal //Button #define BUTTON1 p21 -#define COMMUNICATION_FORMAT "Jstick_h:|%0.0f|Jstick_v:|%0.0f|Knob1|%0.2f|Knob2|%0.2f|Knob3|%0.2f|Knob4|%0.2f|Button:|%d" +#define COMMUNICATION_FORMAT "Jstickh:|%0.0f|Jstickv:|%0.0f|Knob1|%0.2f|Knob2|%0.2f|Knob3|%0.2f|Knob4|%0.2f|Button:|%d" //============================ //== Objects ==