Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-27 | digital output and digital pin mode toggling work again | Hans-Christoph Steiner | |
svn path=/trunk/externals/hardware/arduino/; revision=5754 | |||
2006-08-25 | got 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-24 | minor 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-24 | Jamie 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-24 | added outputMode messages and examples for using [bytemask] to set digital ↵ | Hans-Christoph Steiner | |
output pins svn path=/trunk/externals/hardware/arduino/; revision=5291 | |||
2006-06-24 | an attempt to fix the bug outlined by Alexandre Quessy; I got it quite wrong ↵ | Hans-Christoph Steiner | |
the first time, but I think this looks right svn path=/trunk/externals/hardware/arduino/; revision=5290 | |||
2006-05-24 | updated protocol docs | Hans-Christoph Steiner | |
svn path=/trunk/externals/hardware/arduino/; revision=5116 | |||
2006-05-22 | added somethings for testing | Hans-Christoph Steiner | |
svn path=/trunk/externals/hardware/arduino/; revision=5110 | |||
2006-05-22 | expanded [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-21 | its 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-20 | looks 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-20 | all 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-20 | its messy, but digital output and PWM now work at the same time | Hans-Christoph Steiner | |
svn path=/trunk/externals/hardware/arduino/; revision=5094 | |||
2006-05-20 | got PWM control working from Pd | Hans-Christoph Steiner | |
svn path=/trunk/externals/hardware/arduino/; revision=5093 | |||
2006-05-19 | worked 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-18 | first sketch of Pd-controlled firmware | Hans-Christoph Steiner | |
svn path=/trunk/externals/hardware/arduino/; revision=5088 | |||
2006-05-18 | fixed 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-14 | got 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-11 | got 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-11 | rewrote 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-05 | some 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-04 | PD_send_potentiometer.pd now works with the arduino firmware of the same ↵svn2git-root | Hans-Christoph Steiner | |
name; PD_inputs_to_PD.pd still needs some work svn path=/trunk/externals/hardware/arduino/; revision=4641 |