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.
clock.h
- Committer:
- JamB
- Date:
- 2019-04-15
- Revision:
- 1:bb3ab1744634
- Parent:
- 0:293ea2789df6
File content as of revision 1:bb3ab1744634:
#include "mbed.h"
void tick();
bool tock(void);
void set_tick_(float set_tick);
void tickdisp();
bool tockdisp(void);
void set_tick_disp(float set_tickdisp);