Examples - Wiring

WiringLib for Processing

Wiring 1.1 allows direct access to the Wiring/Arduino-board from any PC or MAC without the need to code in the Wiring IDE. Upload a standard firmware to your Wiring/Arduino-board and code using processing.

Installation

  • Download Wiring.zip
  • Unzip folder to your Processing sketch folder/libraries (if the libraries sub folder doesn't exist create it)
  • Note: If you are using an older version of Processing (before 1.0) paste the library to the installation folder and copy all examples in your sketch folder
  • All examples are accessible through File > Sketchbook > libraries > Wiring
  • To use the examples upload the Firmware to your Wiring/Arduino-Board

Examples


Attach:{=$FullName}/{=$:Image}?

{=$:Date}: {=$:Title}?
{=$:Teaser} ...>>?


12-11-2008: AnalogIn Async
This example shows the use of an analog input device using WiringLib's asynchronic functions. ...>>


12-11-2008: AnalogIn
This example shows the use of an analog input device using WiringLib in Processing. ...>>


12-11-2008: Compass Example
This example shows the use of a digital compass in Processing using the WiringLib. ...>>


This website has been archived and is no longer maintained.