StoRC
Autonomous Payload Delivery System
|
Useful debugging functions that print to Serial. More...
Go to the source code of this file.
Functions | |
void | debug_gps (void) |
void | debug_barometer (void) |
void | debug_gyro (void) |
void | debug_accel (void) |
void | debug_airspeed (void) |
void | debug_rc (void) |
void | debug_magnetometer (void) |
void | debug_controls (void) |
void | debug_dcm (void) |
Useful debugging functions that print to Serial.
This file contains functions that print debugging information to Serial. We don't want them cluttering up the main file, but they're definitely useful to have and to keep for sanity checks.
Definition in file debug.pde.
void debug_accel | ( | void | ) |
void debug_airspeed | ( | void | ) |
void debug_barometer | ( | void | ) |
void debug_controls | ( | void | ) |
void debug_gps | ( | void | ) |
void debug_magnetometer | ( | void | ) |