summaryrefslogtreecommitdiff
path: root/ao_ignite.c
Commit message (Collapse)AuthorAge
* Use autotools, move altos to src subdirKeith Packard2009-06-04
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Use 'char' instead of 'uint8_t' for character dataKeith Packard2009-04-29
| | | | | String and character constants are of char type, so using uint8_t causes promotion to 16-bit types when comparing the two.
* Add manual ignition and igniter test commandsKeith Packard2009-04-26
|
* configure igniter ports, set values to measured onesKeith Packard2009-04-24
|
* Add igniters and update flight control algorithmKeith Packard2009-04-24