altos/micropeak: Update ao_micropeak.h for MicroPeak v2
authorKeith Packard <keithp@keithp.com>
Fri, 28 Apr 2017 07:02:02 +0000 (00:02 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 28 Apr 2017 07:02:02 +0000 (00:02 -0700)
Allow different sample times, add constant for MicroPeak v2 log files.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/product/ao_micropeak.h

index 6dc7a465167318d7d9984efcf743ef07f53c8d80..240eed5966dc28e35749ba8a0ebb91fe37879580 100644 (file)
@@ -19,7 +19,9 @@
 #ifndef _AO_MICROPEAK_H_
 #define _AO_MICROPEAK_H_
 
+#ifndef SAMPLE_SLEEP
 #define SAMPLE_SLEEP           AO_MS_TO_TICKS(96)
+#endif
 
 /* 64 sample, or about six seconds worth */
 #define GROUND_AVG_SHIFT       6
@@ -36,6 +38,7 @@
 
 #define AO_LOG_ID_MICROPEAK    0
 #define AO_LOG_ID_MICROKITE    1
+#define AO_LOG_ID_MICROPEAK2   2
 
 #ifndef AO_LOG_ID
 #define AO_LOG_ID              AO_LOG_ID_MICROPEAK