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
- Committer:
- Mikebob
- Date:
- 2020-05-13
- Revision:
- 5:e32cc4bf5aac
- Parent:
- 3:91541ffdf9a5
File content as of revision 5:e32cc4bf5aac:
#ifndef _CLICKERS_H_
#define _CLICKERS_H_
#include "mbed.h"
//functions
void RevStop(void);
void FwdStop(void);
#endif