clock.h@0:293ea2789df6, 2019-04-11 (annotated)
- Committer:
- JamB
- Date:
- Thu Apr 11 22:17:06 2019 +0000
- Revision:
- 0:293ea2789df6
Clock code for project
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JamB | 0:293ea2789df6 | 1 | #include "mbed.h" |
JamB | 0:293ea2789df6 | 2 | void tick(); |
JamB | 0:293ea2789df6 | 3 | bool tock(void); |
JamB | 0:293ea2789df6 | 4 | void set_tick_(float set_tick); |
JamB | 0:293ea2789df6 | 5 |