The clickers lib

Dependents:   ROCO104_Buggy BuggyDesign

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers clickers.h Source File

clickers.h

00001 #ifndef _CLICKERS_H_
00002 #define _CLICKERS_H_
00003 #include "mbed.h"
00004 
00005 //functions
00006 void RevStop(void);
00007 void FwdStop(void);
00008 #endif