robot

Dependencies:   FastPWM3 mbed

main.h

Committer:
bwang
Date:
2017-03-10
Revision:
82:5e741c5ffd9f
Parent:
70:5e39beeb4a21
Child:
84:dd32640942a4

File content as of revision 82:5e741c5ffd9f:

/*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 rxCallback();