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.
Dependencies: mbed SDFileSystem ConfigFile
Diff: HMC5883L/HMC5883L.h
- Revision:
- 1:6cd6d2760856
- Parent:
- 0:bc6f14fc60c7
--- a/HMC5883L/HMC5883L.h Fri May 15 17:24:32 2015 +0000 +++ b/HMC5883L/HMC5883L.h Sun May 24 17:32:47 2015 +0000 @@ -19,7 +19,7 @@ class HMC5883L { public: - HMC5883L(I2C* i2c); + HMC5883L(I2C* p_i2c); ~HMC5883L(); int init();