Ke Ao Teensy Flight Software
The software on the Teensy in the Ke Ao cubesat.
|
The header file for the sensors and devices in the satellite. More...
#include "artemisbeacons.h"
#include "config/artemis_defs.h"
#include <Adafruit_GPS.h>
#include <Adafruit_INA219.h>
#include <Adafruit_LIS3MDL.h>
#include <Adafruit_LSM6DSOX.h>
#include <Adafruit_Sensor.h>
#include <support/configCosmosKernel.h>
Go to the source code of this file.
Classes | |
class | Artemis::Devices::Magnetometer |
The satellite's magnetometer. More... | |
struct | Artemis::Devices::Magnetometer::magbeacon |
The magnetometer beacon structure. More... | |
class | Artemis::Devices::IMU |
The satellite's Inertial Measurement Unit (IMU). More... | |
struct | Artemis::Devices::IMU::imubeacon |
The IMU beacon structure. More... | |
class | Artemis::Devices::GPS |
The satellite's Global Positioning System (GPS). More... | |
struct | Artemis::Devices::GPS::gpsbeacon |
The GPS beacon structure. More... | |
class | Artemis::Devices::CurrentSensors |
The current sensors on the satellite. More... | |
struct | Artemis::Devices::CurrentSensors::currentbeacon1 |
The first current beacon structure. More... | |
struct | Artemis::Devices::CurrentSensors::currentbeacon2 |
The second current beacon structure. More... | |
class | Artemis::Devices::TemperatureSensors |
The temperature sensors on the satellite. More... | |
struct | Artemis::Devices::TemperatureSensors::temperaturebeacon |
The temperature beacon structure. More... | |
class | Artemis::Devices::Switches |
The switches on the PDU of the satellite. More... | |
struct | Artemis::Devices::Switches::switchbeacon |
The switches beacon structure. More... | |
Namespaces | |
namespace | Artemis::Devices |
The namespace representing sensors and devices in the satellite. | |
The header file for the sensors and devices in the satellite.