Added isSPI3w API to DevSPI
Fork of X_NUCLEO_COMMON by
Diff: DevI2C/DevI2C.h
- Revision:
- 22:21096473f63e
- Parent:
- 21:0dbcdb8dab03
--- a/DevI2C/DevI2C.h Tue Apr 11 07:32:41 2017 +0000 +++ b/DevI2C/DevI2C.h Tue Aug 08 14:37:26 2017 +0000 @@ -57,7 +57,7 @@ * @param scl I2C clock line pin */ DevI2C(PinName sda, PinName scl) : I2C(sda, scl) {} - + /** * @brief Writes a buffer towards the I2C peripheral device. * @param pBuffer pointer to the byte-array data to send