![]() |
Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
|
The PDU switches beacon structure. More...
#include <artemis_devices.h>
Public Attributes | |
| BeaconType | type = BeaconType::SwitchBeacon |
| The type of the beacon. | |
| uint32_t | deci = 0 |
| A decimal identifier for the beacon. | |
| uint8_t | sw [NUMBER_OF_SWITCHES+1] |
| The switch states. | |
The PDU switches beacon structure.
A diagram of the struct is included below.
1 byte 4 bytes 4*X bytes +-------+-------+------+ | type | deci | sw[] | +-------+-------+------+ (Note: X = NUMBER_OF_SWITCHES + 1)