Ke Ao Teensy Flight Software
The software on the Teensy in the Ke Ao cubesat.
Loading...
Searching...
No Matches
debug.cpp File Reference

Helper functions used for debugging the satellite. More...

#include <debug.h>

Functions

void Helpers::connect_serial_debug (long baud)
 
void Helpers::print_debug (Short_Name channel, const char *msg)
 
void Helpers::print_debug (Short_Name channel, const char *msg, uint32_t iretn)
 
void Helpers::print_debug (Short_Name channel, const char *msg, int32_t iretn)
 
void Helpers::print_hexdump (Short_Name channel, const char *msg, uint8_t *src, uint8_t size)
 
void Helpers::print_debug_rapid (Short_Name channel, const char *msg)
 
void Helpers::print_debug_rapid (Short_Name channel, const char *msg, uint32_t iretn)
 

Detailed Description

Helper functions used for debugging the satellite.