Skip to content

Commit

Permalink
Changed I2C address to proper GSP
Browse files Browse the repository at this point in the history
  • Loading branch information
steamfire committed Feb 18, 2012
1 parent 6cdeaad commit 8340e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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};
Expand Down

0 comments on commit 8340e2c

Please sign in to comment.