Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
|
The channels on the satellite. More...
Namespaces | |
PDU | |
The PDU channel. | |
RFM23 | |
The RFM23 channel. | |
RPI | |
The Raspberry Pi channel. | |
TEST | |
The tests channel. | |
Enumerations | |
enum | Channel_ID : uint8_t { RFM23_CHANNEL = 1 , PDU_CHANNEL , RPI_CHANNEL , TEST_CHANNEL } |
Enumeration of channel ID. | |
The channels on the satellite.
This namespace defines all the channels on the satellite. Each channel is run in parallel as a thread by quickly switching between them.