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/easymini-v0.1/ao_pins.h | |
| 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/easymini-v0.1/ao_pins.h')
| -rw-r--r-- | src/easymini-v0.1/ao_pins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/easymini-v0.1/ao_pins.h b/src/easymini-v0.1/ao_pins.h index c09fb4c2..e0eb10bf 100644 --- a/src/easymini-v0.1/ao_pins.h +++ b/src/easymini-v0.1/ao_pins.h @@ -48,6 +48,8 @@ #define PACKET_HAS_SLAVE 0 +#define AO_LOG_FORMAT AO_LOG_FORMAT_EASYMINI + /* USART */ #define HAS_SERIAL 0 |
