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: sensors/MMA8451Q.h
- Revision:
- 7:aa858d789025
- Parent:
- 0:f0de320e23ac
diff -r 44ca704f2bc1 -r aa858d789025 sensors/MMA8451Q.h --- a/sensors/MMA8451Q.h Wed Dec 06 00:35:56 2017 +0000 +++ b/sensors/MMA8451Q.h Thu Dec 07 01:06:46 2017 +0000 @@ -11,8 +11,7 @@ /** * MMA8451Q constructor * - * @param sda SDA pin - * @param sdl SCL pin + * @param i2c pointer to the I2C object * @param addr 7bit addr of the I2C peripheral */ MMA8451Q(I2C *i2c, int addr);