Ke Ao Teensy Flight Software
The software on the Teensy in the Ke Ao cubesat.
Loading...
Searching...
No Matches
artemisbeacons.h
Go to the documentation of this file.
1
16#ifndef _ARTEMIS_BEACONS_H
17#define _ARTEMIS_BEACONS_H
18
19#include "config/artemis_defs.h"
20#include <cstdint>
21
22namespace Artemis {
23 namespace Devices {
30 enum class BeaconType : uint8_t {
31 NoBeacon,
35 IMUBeacon,
37 GPSBeacon,
39 };
40 } // namespace Devices
41} // namespace Artemis
42
43#endif // _ARTEMIS_BEACONS_H
The Artemis definitions header file.
BeaconType
Enumeration of beacon type.
Definition artemisbeacons.h:30
@ CurrentBeacon2
Second current beacon.
@ NoBeacon
No particular beacon type. Just raw data.
@ SwitchBeacon
PDU switches beacon.
@ CurrentBeacon1
First current beacon.
@ TemperatureBeacon
Temperature beacon.
@ MagnetometerBeacon
Magnetometer beacon.