sen data via radio to other microbits accept command via radio bufixes

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Revision:
4:9fbeeb89de59
Parent:
1:8aa5cdb4ab67
diff -r d86a4ddc1867 -r 9fbeeb89de59 source/drivers/MicroBitI2C.cpp
--- a/source/drivers/MicroBitI2C.cpp	Thu Apr 07 11:59:16 2016 +0100
+++ b/source/drivers/MicroBitI2C.cpp	Thu Apr 07 11:59:17 2016 +0100
@@ -44,11 +44,11 @@
   *
   * @note This class presents a wrapped mbed call to capture failed I2C operations caused by a known silicon bug in the nrf51822.
   * Attempts to automatically reset and restart the I2C hardware if this case is detected.
-  *
+  * \par
   * For reference see PAN56 in:
-  *
+  * \par
   * https://www.nordicsemi.com/eng/nordic/Products/nRF51822/PAN-nRF51822/24634
-  *
+  * \par
   * v2.0 through to v2.4
   */
 MicroBitI2C::MicroBitI2C(PinName sda, PinName scl) : I2C(sda,scl)
@@ -131,4 +131,4 @@
 
     retries = 0;
     return MICROBIT_OK;
-}
+}
\ No newline at end of file