diff options
| author | Keith Packard <keithp@keithp.com> | 2014-06-13 15:21:28 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-06-13 15:22:09 -0700 |
| commit | 3bfba8f9dbc1627a317804713f83b9d06566d008 (patch) | |
| tree | fe2a87f04ede98a3668c30226eba81149954c9ac /altoslib/Makefile.am | |
| parent | 7ed63b6c3d5878a59f52f4114b5b01942735805f (diff) | |
altoslib: Add conversion class for voltages
Provide a common presentation for voltage values
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 1086f858..bd47f89f 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -119,6 +119,7 @@ altoslib_JAVA = \ AltosSpeed.java \ AltosTemperature.java \ AltosAccel.java \ + AltosVoltage.java \ AltosPyro.java \ AltosWriter.java |
