Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LPC1114_WakeInterruptIn
Fork of WakeUp by
Diff: WakeUp.h
- Revision:
- 1:92f4c2b52771
- Parent:
- 0:fc439458a359
- Child:
- 2:648712aa15b4
diff -r fc439458a359 -r 92f4c2b52771 WakeUp.h
--- 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!
*/
