robot

Dependencies:   FastPWM3 mbed

main.h

Committer:
bwang
Date:
2018-02-09
Revision:
181:d3510c8beab6
Parent:
180:a783a972a867
Child:
187:523cf8c962e4

File content as of revision 181:d3510c8beab6:

/*forward declarations for main.cpp
 *include ONCE after all other headers in main.cpp
 */

void commutate();
void slow_loop();
void go_enabled();
void go_disabled();
void debug_print();
bool is_driving();

void log();
void rxCallback();