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