MPU6050のサンプルプログラム2
Dependencies: ConfigFile SDFileSystem mbed
Fork of LAURUS_program by
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();