altos: Change default time type to 32-bits
[fw/altos] / src / product / ao_micropeak.h
index 622f5a69700a13eda68311b8a0114691556c5efc..240eed5966dc28e35749ba8a0ebb91fe37879580 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,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
@@ -35,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