robot

Dependencies:   FastPWM3 mbed

main.h

Committer:
bwang
Date:
2018-02-09
Revision:
180:a783a972a867
Parent:
70:5e39beeb4a21
Child:
181:d3510c8beab6

File content as of revision 180:a783a972a867:

/*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();
float update_filter(float old, float x, float str);
void log();