i2c driver for PiBorg PicoBorgReverse

Dependents:   TheBubbleWorks_MicroBorg

Revision:
8:021bfdc07443
Parent:
7:3b8eea944ba2
--- a/PicoBorgReverse.h	Tue Feb 09 16:11:04 2016 +0000
+++ b/PicoBorgReverse.h	Tue Feb 09 16:14:46 2016 +0000
@@ -176,6 +176,6 @@
     /***** PicoBorg Reverse Properties *****/
     /***************************************/
 
+    I2C* i2c;
     int addr; // define the I2C Address
-    I2C* i2c;
 };
\ No newline at end of file