summaryrefslogtreecommitdiff
path: root/doc/config-device.inc
Commit message (Collapse)AuthorAge
* doc: Switch to asciidoctor to format docsKeith Packard2018-10-25
| | | | | | | asciidoc and a2x are no longer actively maintained and Debian policy encourages people to move away from them to asciidoctor. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add separate 'ao_launch_tick'. Use in pyro and lockout.Keith Packard2018-08-05
| | | | | | | | | | | | | | | | Prior to this, there was only ao_boost_tick, which got reset at each motor burn start. That meant there wasn't any way to measure total flight time for pyro channels and 'apogee lockout' was based on time since most recent motor start instead of total flight time. Now pyro channels and apogee lockout both use total flight time, while motor burn length still uses time since most recent motor burn start (as it should). Docs and UI updated to use 'launch' instead of 'boost' to try and make the change clear. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add short section on accelerometer calibrationKeith Packard2017-09-18
|
* Elide pyro channel information from EasyMini docsKeith Packard2016-01-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Split out EasyMini into a separate manualKeith Packard2015-11-13
| | | | | | | EasyMini uses a tiny fraction of the overall system software; splitting the manual out makes it a lot smaller. Signed-off-by: Keith Packard <keithp@keithp.com>
* Break out common pieces from TeleGPS and AltusMetrumKeith Packard2015-11-13
This creates shared files for portions of the TeleGPS and AltusMetrum manual to avoid duplicating text between the two. Signed-off-by: Keith Packard <keithp@keithp.com>