From 8340e2c68f0109be2bdbb6be42a76c1ab8f8097f Mon Sep 17 00:00:00 2001 From: Dan Bowen Date: Sat, 18 Feb 2012 17:09:43 -0500 Subject: [PATCH] Changed I2C address to proper GSP --- groundboard/groundboard.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundboard/groundboard.ino b/groundboard/groundboard.ino index 51ce7a9..40e5c3f 100644 --- a/groundboard/groundboard.ino +++ b/groundboard/groundboard.ino @@ -1,5 +1,5 @@ -byte MyAddress = 0x01; //My i2c address +byte MyAddress = 0x07; //My i2c address byte Target = 0x00; // who i will be talking to //all the bytes ALL THE BYTES byte command[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};