Hummingbird Flight Software
Flight software for the Hummingbird FCU quadcopter flight controller. Designed to run on the Teensy 4.1. Developed with VSCode+PlatformIO.
Classes | Variables
conversions.h File Reference
#include "hummingbird_config.h"

Go to the source code of this file.

Classes

class  Conversions
 

Variables

constexpr float DEG2RAD = 0.01745329251994329576923690768489f
 Define conversion factors 'n stuff. More...
 
constexpr float RAD2DEG = 57.295779513082320876798154814105f
 

Variable Documentation

◆ DEG2RAD

constexpr float DEG2RAD = 0.01745329251994329576923690768489f
constexpr

Define conversion factors 'n stuff.

◆ RAD2DEG

constexpr float RAD2DEG = 57.295779513082320876798154814105f
constexpr