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: GY80.h
- Revision:
- 1:6909d797972f
- Parent:
- 0:336ec4d70363
- Child:
- 2:2553ca95fba0
--- a/GY80.h Fri Oct 04 05:27:10 2013 +0000 +++ b/GY80.h Sat Oct 05 02:22:15 2013 +0000 @@ -70,10 +70,10 @@ class GY80 { public: - GY80(PinName, PinName ); - void Read_Accel(float* accel_v); - void Read_Gyro(float* gyro_v); - void Read_Magn(float* magn_v); + GY80(PinName sda, PinName scl); + void Read_Accel(float* ); + void Read_Gyro(float* ); + void Read_Magn(float* ); private: I2C Wire;