X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fdrivers%2Fao_hmc5883.h;h=ff2725ebdaa6820a10476452576fe25569b3e19b;hp=556909784040f9be4fd5979d793d189f5b1ec7ec;hb=135abf0e7c5ceb5738a0b5f68fe2be4b7abdae5e;hpb=f89e7de20374141b367205aa517a08ee203bfaf3 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);