X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_hmc5883.h;h=ff2725ebdaa6820a10476452576fe25569b3e19b;hb=mm-ms5611;hp=556909784040f9be4fd5979d793d189f5b1ec7ec;hpb=583458772746317b98fced907ec780edff465888;p=fw%2Faltos diff --git a/src/drivers/ao_hmc5883.h b/src/drivers/ao_hmc5883.h index 55690978..ff2725eb 100644 --- a/src/drivers/ao_hmc5883.h +++ b/src/drivers/ao_hmc5883.h @@ -79,6 +79,8 @@ struct ao_hmc5883_sample { int16_t x, y, z; }; +extern struct ao_hmc5883_sample ao_hmc5883_current; + void ao_hmc5883_init(void);