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:
- 1:bc3509459a27
- Parent:
- 0:b3410a1e9843
--- a/inc/clocks.h Thu Jan 27 21:58:14 2022 +0000 +++ b/inc/clocks.h Tue Dec 06 18:47:01 2022 +0000 @@ -40,12 +40,13 @@ void initOut(void); //void flipSlow(void); //void flipFast(void); -//void checkFlip(void); +void checkFlip(void); //void slowFlip(); //void fastFlip(); //void progress(); void ILR(); void setClocks(int num); +unsigned int numOn; extern volatile bool dosFlip; extern volatile bool dofFlip;