altos: Other half of the ms5607 prom reporting patch
[fw/altos] / src / drivers / ao_ms5607.h
index fd5bc984e9930b244fb80e90153daae007ca6541..fa3b1c5b83df662386411e1a36d7439b2e7c29b9 100644 (file)
@@ -51,6 +51,7 @@ struct ao_ms5607_sample {
        uint32_t        temp;   /* raw 24 bit sensor */
 };
 
+extern uint8_t ao_ms5607_valid;
 extern struct ao_ms5607_sample ao_ms5607_current;
 
 struct ao_ms5607_value {
@@ -61,6 +62,9 @@ struct ao_ms5607_value {
 void
 ao_ms5607_init(void);
 
+void
+ao_ms5607_info(void);
+
 void
 ao_ms5607_sample(struct ao_ms5607_sample *sample);