robot

Dependencies:   FastPWM3 mbed

main.h

Committer:
bwang
Date:
2018-02-12
Revision:
204:74714d52a936
Parent:
203:cb2a3ea31dce
Child:
232:47f6cf4f9126

File content as of revision 204:74714d52a936:

/*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();
bool is_driving();
bool checks_passed();

bool mode_enables_output();
bool mode_enables_logging();

void update_velocity();
void log();
void rxCallback();