aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-05-19worked out 2-way protocol, everything seems to work from Pd; the data ↵Hans-Christoph Steiner
sending is commented out, but it should still work... svn path=/trunk/externals/hardware/arduino/; revision=5089
2006-05-18first sketch of Pd-controlled firmwareHans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5088
2006-05-18fixed serial port fixer to have more ports and to start at 0, like [comport]Hans-Christoph Steiner
svn path=/trunk/externals/hardware/arduino/; revision=5087
2006-03-14got the basics of the byte-based speedy firmware working, now I got to get ↵Hans-Christoph Steiner
the Pd patch working with this firmware svn path=/trunk/externals/hardware/arduino/; revision=4708
2006-03-11got the firmware for the high-speed protocol sketched out, now I need to ↵Hans-Christoph Steiner
figure out the div/mod byte format svn path=/trunk/externals/hardware/arduino/; revision=4691
2006-03-11rewrote PD_inputs_to_PD.pd using PD_two_potentiometers as a starting place, ↵Hans-Christoph Steiner
but made improvements on the algorithm; added GPL statement to all svn path=/trunk/externals/hardware/arduino/; revision=4687
2006-03-05some example patches for the existing puredata firmwares, and the start of ↵Hans-Christoph Steiner
firmware for getting all inputs into Pd as fast as possible. Some clean-up needed before a real release svn path=/trunk/externals/hardware/arduino/; revision=4647
2006-03-04PD_send_potentiometer.pd now works with the arduino firmware of the same ↵svn2git-rootHans-Christoph Steiner
name; PD_inputs_to_PD.pd still needs some work svn path=/trunk/externals/hardware/arduino/; revision=4641