Initial TeleMini bits
[fw/altos] / src / drivers / ao_ms5607.h
index e9c364d900917f7149289e43182b3e930e035cfa..3fd43fd44b1df1943d41f56e69e87ef3f3c913de 100644 (file)
@@ -56,6 +56,11 @@ struct ao_ms5607_value {
        int32_t         temp;   /* in °C * 100 */
 };
 
+extern __xdata struct ao_ms5607_sample ao_ms5607_current;
+
+void
+ao_ms5607_setup(void);
+
 void
 ao_ms5607_init(void);