aboutsummaryrefslogtreecommitdiff
path: root/arduino-help.pd
AgeCommit message (Collapse)Author
2010-03-17documented pinMode and servo stuff and updated things a bitHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=13220
2009-11-19updated digital input docs to represent the port-based message, based on ↵Hans-Christoph Steiner
enrike's report svn path=/trunk/externals/hardware/arduino/; revision=12798
2008-11-25- added a "port" message for sending a complete port at a time, directlyHans-Christoph Steiner
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
2007-03-08cleaned up for the Pduino 0.3 releaseHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=7476
2006-12-06- fixed up help file so that everything loads with Pd-extendedHans-Christoph Steiner
- fixed up [arduino] so that everything loads with Pd-extended - started to clean up the firmware and wrote lots of TODOs svn path=/trunk/externals/hardware/arduino/; revision=6662
2006-10-30switched over to [digital 5 1( message format for output, . next for the ↵Hans-Christoph Steiner
hard part, switch over analog and digital to this message format svn path=/trunk/externals/hardware/arduino/; revision=6182
2006-10-17Updated to reflect new comport and pduino firmwareMartin Peach
svn path=/trunk/externals/hardware/arduino/; revision=6129
2006-09-15redesigned the input protocol to be a 3-byte sequence, the first byte is theHans-Christoph Steiner
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
2006-09-04better helpfile and some fixesGeorg Holzmann
svn path=/trunk/externals/hardware/arduino/; revision=5868
2006-08-27attempts at getting pwm working again; some cleanupsHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5756
2006-08-27digital output and digital pin mode toggling work againHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5754
2006-08-25got digital inputs working, but needed to make some changes on the order of ↵Hans-Christoph Steiner
data coming in, including the analog data svn path=/trunk/externals/hardware/arduino/; revision=5736
2006-08-24minor cleanups and commenting on the firmware; got Pd code working with new ↵Hans-Christoph Steiner
protocol; digital inputs still aren't transmitted/received correctly svn path=/trunk/externals/hardware/arduino/; revision=5729
2006-08-24Jamie Allen's and my cleanups compile and install, but I don't know if they ↵Hans-Christoph Steiner
work yet svn path=/trunk/externals/hardware/arduino/; revision=5725
2006-06-24added outputMode messages and examples for using [bytemask] to set digital ↵Hans-Christoph Steiner
output pins svn path=/trunk/externals/hardware/arduino/; revision=5291
2006-05-22added somethings for testingHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5110
2006-05-22expanded [arduino] object and cleaned up the help patch; commented Arduino ↵Hans-Christoph Steiner
code and enabled digitalInput, tho it doesn't seem to work yet; it seems that there are bugs in [comport] since I can make it crash with the stress test with the new OVERLAPPED mode, and the older synchronous mode svn path=/trunk/externals/hardware/arduino/; revision=5108
2006-05-21its now possible to turn on and off digital and analog input, so you can ↵Hans-Christoph Steiner
stop arduino from sending data alltoger, while still responding; digitalInputs are still not tested svn path=/trunk/externals/hardware/arduino/; revision=5104
2006-05-20looks like analog input is working fine, next, the digital inputs need to be ↵Hans-Christoph Steiner
tested. svn path=/trunk/externals/hardware/arduino/; revision=5096
2006-05-20all outputs seem to be working, now its time to test all of the inputs; ↵Hans-Christoph Steiner
cleaned up some cruft too svn path=/trunk/externals/hardware/arduino/; revision=5095
2006-05-20its messy, but digital output and PWM now work at the same timeHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5094
2006-05-20got PWM control working from PdHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5093