// projects/flight-controller.rs
Embedded Flight Controller
A bare-metal flight-controller stack for a custom quadcopter.

Sensor fusion and attitude estimation running directly on an RP2350 (Raspberry Pi Pico 2) using the async embassy embedded framework — IMU and barometer drivers written from scratch, feeding a Mahony filter that drives the motors in real time.