aboutsummaryrefslogtreecommitdiff
path: root/Pd_firmware
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-04 07:44:29 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-04 07:44:29 +0000
commit87d663f1641f8d14b7becbc8c32d1fc854596b01 (patch)
tree7366dbe93d52e41977dce96d7a864a1ab1727187 /Pd_firmware
parentfc002eadfd81a8556b2e20681ed4e3a6d9e1f754 (diff)
switched to default to output mode so that you don't see voltage float on disconnected pins; changed test patch init settings to reflect initial state of arduino
svn path=/trunk/externals/hardware/arduino/; revision=5865
Diffstat (limited to 'Pd_firmware')
-rw-r--r--Pd_firmware/Pd_firmware.pde2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pd_firmware/Pd_firmware.pde b/Pd_firmware/Pd_firmware.pde
index 1d64867..41df42e 100644
--- a/Pd_firmware/Pd_firmware.pde
+++ b/Pd_firmware/Pd_firmware.pde
@@ -409,7 +409,7 @@ void setup() {
beginSerial(19200);
for(i=0; i<TOTAL_DIGITAL_PINS; ++i) {
- setPinMode(i,INPUT);
+ setPinMode(i,OUTPUT);
}
}