aboutsummaryrefslogtreecommitdiff
path: root/libraries/Firmata/examples
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2009-07-21 05:18:50 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2009-07-21 05:18:50 +0000
commitd841661dc5abaf17d4e7b51302454816b059486c (patch)
tree638d63fe29ccd66b449b6fcd9a0dde23509550cb /libraries/Firmata/examples
parent3f5220e4549900f1d1dd768ca204b34625ca9558 (diff)
Updating to revision 25 of firmata (slightly post version 2.1beta2).
Diffstat (limited to 'libraries/Firmata/examples')
-rw-r--r--libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde b/libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde
index ffcb589..3cd2451 100644
--- a/libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde
+++ b/libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde
@@ -149,7 +149,7 @@ void sysexCallback(byte command, byte argc, byte *argv)
delayTime = (delayTime << 8) + (argv[2] + (argv[3] << 7)); // add LSB
if((argv[0] + (argv[1] << 7)) > 0) {
- enablePowerPins(PC3, PC2);
+ enablePowerPins(PORTC3, PORTC2);
}
if(delayTime > 0) {