diff options
| author | Keith Packard <keithp@keithp.com> | 2013-08-29 19:22:18 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-08-29 19:22:18 -0500 |
| commit | ce1378385ef273010498e81c205f42d8e32c7dc1 (patch) | |
| tree | 3defcc30bef446ea681a358c51f418e3a685bfe5 /src/telemini-v2.0 | |
| parent | 04d7d0f829ba953ffeca8ad9887a4b6b2b5d5087 (diff) | |
altos: Split EasyMini and TeleMini log formats
Same data, but EasyMini uses a 3.0V supply while TeleMini uses 3.3V,
which changes the intepretation of all of the ADC values
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemini-v2.0')
| -rw-r--r-- | src/telemini-v2.0/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemini-v2.0/ao_pins.h b/src/telemini-v2.0/ao_pins.h index 264ad16d..c4681ee2 100644 --- a/src/telemini-v2.0/ao_pins.h +++ b/src/telemini-v2.0/ao_pins.h @@ -102,6 +102,7 @@ #define AO_IGNITER_CHARGE_TIME AO_MS_TO_TICKS(2000) #define AO_SEND_MINI +#define AO_LOG_FORMAT AO_LOG_FORMAT_TELEMINI /* * ADC |
