![]() |
Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
|
The satellite's Inertial Measurement Unit (IMU). More...
#include <artemis_devices.h>
Classes | |
| struct | imubeacon |
| The structure of an IMU beacon. More... | |
Public Member Functions | |
| bool | setup (void) |
| Sets up the satellite's IMU. More... | |
| bool | read (uint32_t uptime) |
| Reads the satellite's IMU. More... | |
Public Attributes | |
| Adafruit_LSM6DSOX * | imu = new Adafruit_LSM6DSOX() |
| The core sensor object. More... | |
The satellite's Inertial Measurement Unit (IMU).
| bool Artemis::Devices::IMU::read | ( | uint32_t | uptime | ) |
| bool Artemis::Devices::IMU::setup | ( | void | ) |
| Adafruit_LSM6DSOX* Artemis::Devices::IMU::imu = new Adafruit_LSM6DSOX() |
The core sensor object.
The IMU class is a wrapper around the Adafruit LSM6DSOX Inertial Measurement Unit (IMU) object.