James Bartholomew / Clock2
Committer:
JamB
Date:
Mon Apr 15 14:48:44 2019 +0000
Revision:
1:bb3ab1744634
Parent:
0:293ea2789df6
updae

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 1:bb3ab1744634 5
JamB 1:bb3ab1744634 6 void tickdisp();
JamB 1:bb3ab1744634 7 bool tockdisp(void);
JamB 1:bb3ab1744634 8 void set_tick_disp(float set_tickdisp);