Yinglei Zhang / Mbed 2 deprecated HighSpeedMiPi

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

Committer:
Yinglei
Date:
Thu Mar 03 14:18:44 2016 +0000
Revision:
2:8f518d957e27
Set up connection between the dev board and putty on PC. ; Control Break or pull down nR is equivalent to reset button, which will run the bin file in the MCU.; Figure out how to communicate between Putty and dev board and how to control all the leds;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Yinglei 2:8f518d957e27 1
Yinglei 2:8f518d957e27 2
Yinglei 2:8f518d957e27 3 /**** flashLED.cpp *****/
Yinglei 2:8f518d957e27 4 void FlashAll();
Yinglei 2:8f518d957e27 5 void FlashInSequence();
Yinglei 2:8f518d957e27 6 void ResetLED();