]> git.gag.com Git - fw/altos/commit
Add 30v pyro voltage range support
authorKeith Packard <keithp@keithp.com>
Sat, 22 Mar 2025 22:24:01 +0000 (15:24 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 22 Mar 2025 22:24:01 +0000 (15:24 -0700)
commit6276dc0c563263b65558c1983abae8d48d41a1ed
tree50eeaab30f43da55df33961e539b486994110dc8
parent205d56ab72974e78ecc522e7ee1ce4fc93178822
Add 30v pyro voltage range support

TeleMega v7.0 uses new voltage dividers so that the pyro voltage can
range up to 30v. This means there are new telemetry and log formats.

Split out easy timer, telemetrum and telemega voltage conversion funcs
and use the as appropriate.

Signed-off-by: Keith Packard <keithp@keithp.com>
12 files changed:
altoslib/AltosConvert.java
altoslib/AltosEepromRecordMega.java
altoslib/AltosEepromRecordMetrum.java
altoslib/AltosEepromRecordTimer.java
altoslib/AltosIdleFetch.java
altoslib/AltosLib.java
altoslib/AltosSensorMega.java
altoslib/AltosSensorMetrum.java
altoslib/AltosTelemetry.java
altoslib/AltosTelemetryMegaData.java
altoslib/AltosTelemetryMetrumSensor.java
altoslib/AltosTelemetryStandard.java