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.
Dependents: ROCO104_Buggy BuggyDesign
Diff: clickers.h
- Revision:
- 0:cfb1fcccadd6
- Child:
- 3:91541ffdf9a5
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clickers.h Mon Feb 10 10:54:40 2020 +0000 @@ -0,0 +1,8 @@ +#ifndef _CLICKERS_H_ +#define _CLICKERS_H_ +#include "mbed.h" + +//functions +void RevStop(void); + +#endif \ No newline at end of file