Computes Euler angles
Fork of X_NUCLEO_COMMON by
Diff: DevI2C/DevI2C.h
- Revision:
- 1:ca975408dd4e
- Parent:
- 0:5f1934431e71
- Child:
- 2:c1cac955d4bd
--- a/DevI2C/DevI2C.h Mon Mar 30 11:46:53 2015 +0200 +++ b/DevI2C/DevI2C.h Thu Apr 02 13:23:09 2015 +0200 @@ -55,7 +55,7 @@ * @param sda I2C data line pin * @param scl I2C clock line pin */ - DevI2C(PinName sda, PinName scl) : I2C(sda, scl) {}; + DevI2C(PinName sda, PinName scl) : I2C(sda, scl) {} /** * @brief Writes a buffer from the I2C peripheral device.