Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
helpers.cpp File Reference

The helper functions. More...

#include <helpers.h>

Namespaces

 Helpers
 Helper functions and debugging tools.
 

Functions

void Helpers::connect_serial_debug (long baud)
 Connects to a computer over USB Serial for debugging. More...
 
void Helpers::print_hexdump (Short_Name channel, const char *msg, uint8_t *src, uint8_t size)
 Helper function to print the hexdump of a region of memory. More...
 

Detailed Description

The helper functions.

This file contains definitions of helper functions used for debugging the flight software.