nixpulvis / quadcopter

fly
6 stars 2 forks source link

Firmware Design #20

Open nixpulvis opened 8 years ago

nixpulvis commented 8 years ago

Binary

src/
    acu.h
    acu.c
lib/
    esc.h
    esc.c
    imu.h
    imu.c
    status.h
    status.c

Build

Each of the libraries will be compiled into an archive file, for example imu.a and then linked into the acu binary.

nixpulvis commented 7 years ago

first order of business is to rip out the kalman filter and accel alltogether and get this thing running at full 16MHz utilization on just the gyro.

Apperently people can fly quads like this, who'd of thought.

dcalacci commented 7 years ago

crazy :)