Age | Commit message (Collapse) | Author |
|
- Removed timer2 interrupt code because it was interfering with the hardware
PWM on some pins. Replaced it with timer0_overflow_count from wiring.c but
that's not fully functional yet, I think I have to get the time units
right. Right now it seems to just output everytime rather than every 4ms
- removed second [arduino] object in arduino-test.pd that was causing lost
serial data.
WORKING
- analog input working
- hardware PWM output working
- digital output working
- setPinMode to INPUT/OUTPUT for digital pins working
NOT WORKING YET
- digital inputs
- software PWM on non-hardware-PWM pins
- save state to EEPROM
svn path=/trunk/externals/hardware/arduino/; revision=7468
|
|
- version reporting works, but checkInput() isn't run enough, so it misses the
data if there is a lot of traffic on the serial port
svn path=/trunk/externals/hardware/arduino/; revision=7444
|
|
svn path=/trunk/externals/hardware/arduino/; revision=6200
|
|
for digital inputs...
svn path=/trunk/externals/hardware/arduino/; revision=6197
|
|
hard part, switch over analog and digital to this message format
svn path=/trunk/externals/hardware/arduino/; revision=6182
|
|
svn path=/trunk/externals/hardware/arduino/; revision=6056
|
|
data type, the second two are the data. The second two bytes are then
combined to give one 14-bit value.
For example 240 0 1 (from serial) == [version 1( (Pd message)
arduino-test.pd was updated for this, the help patch was not, but should be
largely correct. I only tightened up the layout of the help patch.
svn path=/trunk/externals/hardware/arduino/; revision=5936
|
|
disconnected pins; changed test patch init settings to reflect initial state of arduino
svn path=/trunk/externals/hardware/arduino/; revision=5865
|
|
svn path=/trunk/externals/hardware/arduino/; revision=5859
|