Class available to make using NeoPixel lights very simple

Dependencies:   PixelArray

Dependents:   NeoPixelEasy

Revision:
5:f9b8a3a241b1
Parent:
4:3a9cfb1ab658
Child:
6:2d59dae9531d
--- a/easyNeo.h	Sun Feb 15 21:24:57 2015 +0000
+++ b/easyNeo.h	Sun Feb 15 21:25:38 2015 +0000
@@ -31,4 +31,14 @@
     void update(neopixel::Pixel * buffer);
     
     uint8_t c2i(char );
+    int ConfigMode();
+    /** Gets the serial number/mac address of the Xbee and places it into serial_no.
+      * @param serial_no array to store the serial of Xbee (must be 8 long).
+      * @return Returns 1 on success.
+      */
+    int GetSerial(int*);
+    /** Sets the encryption key. This should be a 128-bit key.
+      * @param key Pointer to the network key to set.
+      * @return Returns 1 on success.
+      */
 };
\ No newline at end of file