MPU6050のサンプルプログラム2
Dependencies: ConfigFile SDFileSystem mbed
Fork of LAURUS_program by
Diff: MPU6050/MPU6050.h
- Revision:
- 1:6cd6d2760856
- Parent:
- 0:bc6f14fc60c7
--- a/MPU6050/MPU6050.h Fri May 15 17:24:32 2015 +0000 +++ b/MPU6050/MPU6050.h Sun May 24 17:32:47 2015 +0000 @@ -34,7 +34,7 @@ class MPU6050 { public: - MPU6050(I2C* i2c); + MPU6050(I2C* p_i2c); ~MPU6050(); int init();