Skip to content

Commit

Permalink
Single octave successful.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Mar 8, 2013
1 parent 9289016 commit a87076b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Organ.ino
Expand Up @@ -34,7 +34,7 @@ void loop()
b = 0xFF;
} else {
a = 0xFF;
b = 0xFF;
b = 0xFF & ~(1 << (i - 6));
}
Wire.beginTransmission(0x20);
Wire.write(0x12); // address bank A
Expand Down

0 comments on commit a87076b

Please sign in to comment.