Age | Commit message (Collapse) | Author |
|
svn path=/trunk/externals/hardware/arduino/; revision=13229
|
|
focus on the pinMode message; also cleaned up layout to make it clearer
svn path=/trunk/externals/hardware/arduino/; revision=13219
|
|
svn path=/trunk/externals/hardware/arduino/; revision=13176
|
|
svn path=/trunk/externals/hardware/arduino/; revision=12535
|
|
svn path=/trunk/externals/hardware/arduino/; revision=11856
|
|
for new modes
svn path=/trunk/externals/hardware/arduino/; revision=11841
|
|
svn path=/trunk/externals/hardware/arduino/; revision=11821
|
|
reflecting the underlying digital message and the fact that digital outputs
on a microcrontroller are handled on an 8-bit port basis.
svn path=/trunk/externals/hardware/arduino/; revision=10379
|
|
GUIs get reset to their initial state to match the arduino's state
svn path=/trunk/externals/hardware/arduino/; revision=10282
|
|
svn path=/trunk/externals/hardware/arduino/; revision=10281
|
|
- converted the right outlet on [arduino] to output status info, as it should
be. Right now, it is just info directly from [comport].
svn path=/trunk/externals/hardware/arduino/; revision=10280
|
|
digital pins; a couple minor cleanups as well
svn path=/trunk/externals/hardware/arduino/; revision=10279
|
|
protocol version report
svn path=/trunk/externals/hardware/arduino/; revision=9715
|
|
reporting working
svn path=/trunk/externals/hardware/arduino/; revision=9699
|
|
yet with digital input. I am not sure if the problem is in Pd or Firmata.
svn path=/trunk/externals/hardware/arduino/; revision=9692
|
|
svn path=/trunk/externals/hardware/arduino/; revision=9689
|
|
svn path=/trunk/externals/hardware/arduino/; revision=9685
|
|
to get things working with Arduino-0008
svn path=/trunk/externals/hardware/arduino/; revision=7801
|
|
svn path=/trunk/externals/hardware/arduino/; revision=7476
|
|
- ignore Rx/Tx pins (0 and 1) since they are used for serial/USB
- removed a fair amount of cruft
svn path=/trunk/externals/hardware/arduino/; revision=7469
|
|
- 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
|