ESE519 lab6 part 1 controller , blank implementation of part 1
Dependencies: Joystick_skeleton mbed
Fork of ESE519_Lab6_part1_skelleton by
Diff: main.cpp
- Revision:
- 4:3044edf0cc5d
- Parent:
- 3:1d10014a4646
--- a/main.cpp Thu Oct 20 23:48:49 2016 +0000 +++ b/main.cpp Tue Oct 25 15:09:17 2016 +0000 @@ -260,7 +260,7 @@ int main (void) { //Set the Channel. 0 is default, 15 is max - uint8_t channel = 2; + uint8_t channel = 2; //channel = (Group# - 1) mrf.SetChannel(channel); //Set Baud rate (9600-115200 is ideal)