Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
artemisbeacons.h File Reference

Definition of Artemis beacon types. More...

#include "config/artemis_defs.h"
#include <cstdint>

Go to the source code of this file.

Namespaces

 Artemis::Devices
 The devices and sensors in the satellite.
 

Enumerations

enum class  Artemis::Devices::BeaconType : uint8_t {
  None , TemperatureBeacon , CurrentBeacon1 , CurrentBeacon2 ,
  IMUBeacon , MagnetometerBeacon , GPSBeacon , SwitchBeacon
}
 Enumeration of beacon types.
 

Detailed Description

Definition of Artemis beacon types.

This file defines the types of beacons used throughout the satellite.