aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-18Removed dependency on zexy and cycloneHEADsvn2git-head.1externals/pduinoIOhannes m zmölnig
2012-10-08switch to Architecture: all since Pduino is only patches, there is nothing co...Hans-Christoph Steiner
2012-10-08removed old script for making releases, pduino's a libdir nowHans-Christoph Steiner
2012-10-07renamed to pduino in debian packagingHans-Christoph Steiner
2012-10-07move test GUIs to the examples folder so that they are easy to find in the st...Hans-Christoph Steiner
2012-10-07named Pduino library actuall 'pduino' while keeping the object called [arduino]Hans-Christoph Steiner
2012-10-04first stab at debianizing, will need to sort out zexy and moocow dependencies...backups/externals/pduino@16328Hans-Christoph Steiner
2012-10-04set up following the Library TemplateHans-Christoph Steiner
2012-03-19update README for releasebackups/externals/hardware/arduino@16325Hans-Christoph Steiner
2012-03-19use one mapping/debytemask instance per digital input port to fix bugs with s...Hans-Christoph Steiner
2012-03-08use 10ms poll interval for [comport] since the data does not come any fasterHans-Christoph Steiner
2011-02-07[comport] is now a standalone, so remove references to flatspaceHans-Christoph Steiner
2010-09-03added wiring test patch from Hernando BarraganHans-Christoph Steiner
2010-09-03test patch for Arduino Mega from Frédéric LarréHans-Christoph Steiner
2010-09-03tweaked pwm messagesHans-Christoph Steiner
2010-09-03added two usage examplesHans-Christoph Steiner
2010-03-18get pduino version from the arduino.pd fileHans-Christoph Steiner
2010-03-18updated install instructions to use Arduino 0018Hans-Christoph Steiner
2010-03-18added symbol names for pinmodeHans-Christoph Steiner
2010-03-18fixed up logic for reseting the GUI elements when opening an serial portHans-Christoph Steiner
2010-03-17documented pinMode and servo stuff and updated things a bitHans-Christoph Steiner
2010-03-17cleaned up patch to remove optional analogIns and digitalIns messages and foc...Hans-Christoph Steiner
2010-02-19updated so that you can use pins 0 and 1 for boards like the TeensyHans-Christoph Steiner
2010-02-09- made [pinMode INPUT( also send [digitalIns( so that you only need to switchHans-Christoph Steiner
2010-02-09converted all output messages except digital to lists instead of bytes so tha...Hans-Christoph Steiner
2009-11-19updated digital input docs to represent the port-based message, based on enri...Hans-Christoph Steiner
2009-10-19added arg checkingHans-Christoph Steiner
2009-10-07fixed up script to include ChangeLogsHans-Christoph Steiner
2009-10-05removed ancient not very useful Pd+Arduino examples to avoid confusionHans-Christoph Steiner
2009-10-05added sed to modify the HTML for new releasesHans-Christoph Steiner
2009-10-05set the radio buttons for the analog pins to default to the analog settingHans-Christoph Steiner
2009-08-17quick script to automate making releasesHans-Christoph Steiner
2009-08-11fixed bug reported by Christopher Coleman where inputs on pin 7, 15, 23, etc....Hans-Christoph Steiner
2009-07-14updated sampling-interval command byte valueHans-Christoph Steiner
2009-07-10updated readme for releaseHans-Christoph Steiner
2009-07-10changed pwm stuff to analogHans-Christoph Steiner
2009-07-02115200 proved to be too error-prone, so the default will be reverted to 57600...Hans-Christoph Steiner
2009-07-02enabled mode pin modes beyond 0 and 1Hans-Christoph Steiner
2009-07-01added GUIs for using analog pins as digital, and made extended pinMode GUI fo...Hans-Christoph Steiner
2009-06-26added support for new samplingInterval messageHans-Christoph Steiner
2008-11-25- added a "port" message for sending a complete port at a time, directlyHans-Christoph Steiner
2008-11-25Fixed bug reported by Derek Holzer here:Hans-Christoph Steiner
2008-09-08implemented GUI reset, so that whenever you reopen the device, all of the GUI...Hans-Christoph Steiner
2008-09-08- moved protocol version and firmware name to the status outletHans-Christoph Steiner
2008-09-08- removed old, debug right/cold inlet from [arduino]Hans-Christoph Steiner
2008-09-08set pinMode toggles to 1 since StandardFirmata defaults to OUTPUT mode on dig...Hans-Christoph Steiner
2008-08-30removed some debug float boxesHans-Christoph Steiner
2008-06-24added .txt to README to make it easier to use on all platformsHans-Christoph Steiner
2008-06-24updated readme for release based on Firmata 2.0 protocolHans-Christoph Steiner
2008-04-17- implemented v2.0 protocol changes, including the order change for theHans-Christoph Steiner