Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Sensors/Comp/HMC5883.h
- Revision:
- 19:40c252b4a792
- Parent:
- 18:c8c09a3913ba
- Child:
- 20:e116e596e540
diff -r c8c09a3913ba -r 40c252b4a792 Sensors/Comp/HMC5883.h --- a/Sensors/Comp/HMC5883.h Sat Nov 03 07:44:07 2012 +0000 +++ b/Sensors/Comp/HMC5883.h Sat Nov 03 10:48:18 2012 +0000 @@ -6,7 +6,7 @@ #include "mbed.h" #include "I2C_Sensor.h" -#define HMC5883_I2C_ADDRESS 0x1E +#define HMC5883_I2C_ADDRESS 0x3C #define HMC5883_CONF_REG_A 0x00 #define HMC5883_CONF_REG_B 0x01
