RTOS homework 4

Dependencies:   C12832_lcd mbed

Changes

RevisionDateWhoCommit message
27:c380923f02d8 2013-09-13 gatedClock ok, got power control without cheating. default tip
26:986b539170fc 2013-09-13 gatedClock still doesn't recognise phy power down. why?
25:fe4425b11e3c 2013-09-13 gatedClock watchdog reset cause is compiling.
24:fe4e288bbca3 2013-09-13 gatedClock watchdog class and its instance compiles.
23:99a13f79cdad 2013-09-13 gatedClock added Sleep();
22:5d9bcc7f4440 2013-09-13 gatedClock phy is powered down ok.
21:eb692e90ae8d 2013-09-13 gatedClock first powercontrol compile
20:64f1671c57ec 2013-08-18 gatedClock added the missing calculations. release candidate.
19:0db1451d19ef 2013-08-18 gatedClock pretty close, but the bpm adjustment is not actually changing the blink rate.
18:f19721f1069e 2013-08-18 gatedClock neatening.
17:cd6c76be8046 2013-08-18 gatedClock improved on/off, and LCD.
16:d7bbd641929c 2013-08-18 gatedClock fixing up lcd code, but I deleted turn_off_metronome(){}.
15:7c0a94d2a439 2013-08-18 gatedClock deleted mbed-rtos library, and things started working again.
14:fb4c76ac43a1 2013-08-18 gatedClock here I tried putting the ticker which times the display into its own thread and starting the thread, but still the display output is not seen.
13:d380d4ec3c5d 2013-08-18 gatedClock adding the rtos include disabled lcd and led.
12:fab8e658ae76 2013-08-18 gatedClock countdown starting to work.
11:e764ed79553a 2013-08-18 gatedClock BPM increase debounce looks ok.
10:4f2fa66cc430 2013-08-18 gatedClock reduce BPM debounce looks ok now.
9:ea97a69b9b93 2013-08-18 gatedClock mutex not completely effective for debounce.
8:95f4f470ae28 2013-08-18 gatedClock increase/decrease BPM starting to work, but bouncy.
7:562f136c7681 2013-08-18 gatedClock cleanup.
6:bb5f989e3425 2013-08-18 gatedClock partial functionality, but up/down control is too fast & doesn't display.
5:faa6d8a04501 2013-08-18 gatedClock in progress.
4:67d958cc00e8 2013-08-18 gatedClock in progress.
3:8ff0c9c853be 2013-08-18 gatedClock in progress.
2:1a3acbc4d799 2013-08-18 gatedClock in progress.
1:5f41e2df0e85 2013-08-18 gatedClock in progress.
0:1013288b8e43 2013-08-18 gatedClock initialize with homework 3 problem 1.