MRJJ / clickers

Dependents:   ROCO104_Buggy BuggyDesign

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?

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