Modified WakeUp program to run on STM32L152RE
Dependencies: mbed LPC1114_WakeInterruptIn
Fork of WakeUp by
Diff: WakeUp.h
- Revision:
- 1:92f4c2b52771
- Parent:
- 0:fc439458a359
- Child:
- 2:648712aa15b4
--- a/WakeUp.h Sat Nov 23 11:35:14 2013 +0000 +++ b/WakeUp.h Thu Dec 05 21:32:11 2013 +0000 @@ -55,9 +55,12 @@ /** * Calibrate the timer * - * The 10kHz timer has a very bad accuracy: +/- 45%. + * The LPC812's low-power timer has a very bad accuracy: +/- 45%. * This function calibrates it for 100ms against the main clock. - * So you get almost that accuracy by calling this function. + * So you get almost that accuracy by calling this function. + * + * For the KL25 it is less of a problem, with an accuracy of +/- 10% + * Still it can be useful for your application * * Warning: Blocks for 100ms! */