Ke Ao Teensy Flight Software
The software on the Teensy in the Ke Ao cubesat.
|
Definitions of Serial Console helper functions. More...
#include "support/configCosmosKernel.h"
#include <Arduino.h>
#include <stdint.h>
Go to the source code of this file.
Enumerations | |
enum | Short_Name : uint8_t { RFM23 = 1 , RFM98 , LI3 , PDU , RPI , MAIN } |
Definitions of Serial Console helper functions.
This defines helper functions that print debug messages to the Serial Console.
These functions are frequently called, and it makes more sense to have them all written in the same place, in the same way.