![]() |
Hummingbird Flight Software
Flight software for the Hummingbird FCU quadcopter flight controller. Designed to run on the Teensy 4.1. Developed with VSCode+PlatformIO.
|
#include <Arduino.h>
#include <Wire.h>
#include "hummingbird_config.h"
#include "debugging.h"
#include "Adafruit_Sensor.h"
#include "Adafruit_BMP3XX.h"
Go to the source code of this file.
Classes | |
class | BMP388Baro |
This is driver code for the BMP388 temp/pres sensor. More... | |