Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
|
The temperature beacon structure. More...
#include <artemis_devices.h>
Public Attributes | |
BeaconType | type = BeaconType::TemperatureBeacon |
The type of the beacon. | |
uint32_t | deci = 0 |
A decimal identifier for the beacon. | |
float | tmp36_tempC [ARTEMIS_TEMP_SENSOR_COUNT] |
The temperature data for each TMP36 sensor. | |
float | teensy_tempC |
The temperature of the Teensy's processor. | |
The temperature beacon structure.
A diagram of the struct is included below.
1 byte 4 bytes 4*X bytes 4 bytes +-------+-------+----------------------+---------------------+ | type | deci | tmp36_temperatureC[] | teensy_temperatureC | +-------+-------+----------------------+---------------------+ (Note: X = ARTEMIS_TEMP_SENSOR_COUNT)