Generic mbed Extensions used by STM Expansion Board Firmware Packages.

Dependents:   X_NUCLEO_IKS01A1 X_NUCLEO_6180XA1 1-DoorCloser 1-DoorCloser ... more

Fork of X_NUCLEO_COMMON by ST Expansion SW Team

Generic mbed Extensions used by STM Expansion Board Firmware Packages

DbgMCU

Helper class DbgMCU providing a default constructor which enables debugging on STM32 MCUs while using sleep modes.

DevI2C

Helper class DevI2C providing functions for multi-register I2C communication common for a series of I2C devices.

DevSPI

Helper class DevSPI providing functions for SPI communication common for a series of SPI devices.

Revision:
8:527e203b709b
Parent:
7:55d59a1605c3
Child:
19:12be3dfc15fd
--- a/DevI2C/DevI2C.h	Fri Jun 12 09:29:22 2015 +0200
+++ b/DevI2C/DevI2C.h	Mon Jun 15 10:28:49 2015 +0200
@@ -58,7 +58,7 @@
         DevI2C(PinName sda, PinName scl) : I2C(sda, scl) {}
 
 	/**
-	 * @brief  Writes a buffer from the I2C peripheral device.
+	 * @brief  Writes a buffer towards the I2C peripheral device.
 	 * @param  pBuffer pointer to the byte-array data to send
 	 * @param  DeviceAddr specifies the peripheral device slave address.
 	 * @param  RegisterAddr specifies the internal address register