![]() |
Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
|
The second current beacon structure. More...
#include <artemis_devices.h>
Public Attributes | |
| BeaconType | type = BeaconType::CurrentBeacon2 |
| The type of the beacon. | |
| uint32_t | deci = 0 |
| A decimal identifier for the beacon. | |
| float | busvoltage [ARTEMIS_CURRENT_SENSOR_COUNT - ARTEMIS_CURRENT_BEACON_1_COUNT] |
| The voltage data. | |
| float | current [ARTEMIS_CURRENT_SENSOR_COUNT - ARTEMIS_CURRENT_BEACON_1_COUNT] |
| The current data. | |
The second current beacon structure.
A diagram of the struct is included below.
1 byte 4 bytes 4*X bytes 4*X bytes +------+-------+--------------+-----------+ | type | deci | busvoltage[] | current[] | +------+-------+--------------+-----------+ (Note: X = ARTEMIS_CURRENT_SENSOR_COUNT - ARTEMIS_CURRENT_BEACON_1_COUNT)