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: ConfigFile SDFileSystem mbed
Fork of LAURUS_program by
Diff: MPU6050/MPU6050.h
- Revision:
- 1:6cd6d2760856
- Parent:
- 0:bc6f14fc60c7
- Child:
- 38:ada39f1c6c76
--- 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();
