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: mbed
Diff: inc/clocks.h
- Revision:
- 53:004a9674e922
- Parent:
- 49:65c714a5def2
--- a/inc/clocks.h Thu Mar 14 00:21:35 2019 +0000 +++ b/inc/clocks.h Thu Mar 14 03:22:23 2019 +0000 @@ -32,6 +32,9 @@ #include "globals.h" #include "mbed.h" +const float CLK_SLOW = 330; +const float CLK_FAST = 10; + void initOut(void); void flipSlow(void); void flipFast(void);