Committer:
JamB
Date:
Thu Apr 11 22:17:06 2019 +0000
Revision:
0:293ea2789df6
Clock code for project

Who changed what in which revision?

UserRevisionLine numberNew 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