i2c driver for PiBorg PicoBorgReverse

Dependents:   TheBubbleWorks_MicroBorg

Files at this revision

API Documentation at this revision

Comitter:
waynek
Date:
Tue Feb 09 16:14:46 2016 +0000
Parent:
7:3b8eea944ba2
Commit message:
remove warnings

Changed in this revision

PicoBorgReverse.h Show annotated file Show diff for this revision Revisions of this file
--- 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