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
clickers.h@5:e32cc4bf5aac, 2020-05-13 (annotated)
- Committer:
- Mikebob
- Date:
- Wed May 13 16:24:54 2020 +0000
- Revision:
- 5:e32cc4bf5aac
- Parent:
- 3:91541ffdf9a5
Small update
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Mikebob | 0:cfb1fcccadd6 | 1 | #ifndef _CLICKERS_H_ |
Mikebob | 0:cfb1fcccadd6 | 2 | #define _CLICKERS_H_ |
Mikebob | 0:cfb1fcccadd6 | 3 | #include "mbed.h" |
Mikebob | 0:cfb1fcccadd6 | 4 | |
Mikebob | 0:cfb1fcccadd6 | 5 | //functions |
Mikebob | 0:cfb1fcccadd6 | 6 | void RevStop(void); |
Mikebob | 3:91541ffdf9a5 | 7 | void FwdStop(void); |
Mikebob | 0:cfb1fcccadd6 | 8 | #endif |