altos: Intgrate hmc5883 sensor into adc ring
[fw/altos] / src / drivers / ao_hmc5883.h
index 556909784040f9be4fd5979d793d189f5b1ec7ec..8d726510911558ae4e6ec3b8883941f286bf0bfc 100644 (file)
 #define HMC5883_ID_B           11
 #define HMC5883_ID_C           12
 
+extern uint8_t ao_hmc5883_valid;
+
 struct ao_hmc5883_sample {
        int16_t         x, y, z;
 };
 
+extern struct ao_hmc5883_sample ao_hmc5883_current;
+
 void
 ao_hmc5883_init(void);