Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
Constants denoting the different types of generic information panels in MOST.

Macros

#define PANEL_TYPE_EPS   1
 
#define PANEL_TYPE_ADCS   2
 
#define PANEL_TYPE_OBCS   3
 
#define PANEL_TYPE_COMM   4
 
#define PANEL_TYPE_PLOAD   5
 
#define PANEL_TYPE_TCS   6
 
#define PANEL_TYPE_PROP   7
 

Detailed Description