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

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Revision:
69:b62f231e51ce
Parent:
1:8aa5cdb4ab67
--- a/source/types/MicroBitImage.cpp	Wed Jul 13 12:18:48 2016 +0100
+++ b/source/types/MicroBitImage.cpp	Wed Jul 13 12:18:49 2016 +0100
@@ -396,7 +396,7 @@
 }
 
 /**
-  * Retreives the value of a given pixel.
+  * Retrieves the value of a given pixel.
   *
   * @param x The x co-ordinate of the pixel to read. Must be within the dimensions of the image.
   *
@@ -469,7 +469,7 @@
 /**
   * Pastes a given bitmap at the given co-ordinates.
   *
-  * Any pixels in the relvant area of this image are replaced.
+  * Any pixels in the relevant area of this image are replaced.
   *
   * @param image The MicroBitImage to paste.
   *
@@ -884,4 +884,4 @@
 MicroBitImage MicroBitImage::clone()
 {
     return MicroBitImage(getWidth(), getHeight(), getBitmap());
-}
+}
\ No newline at end of file