https://github.com/larsbergqvist/processing_playground
A collection of sketches for the Processing IDE
https://github.com/larsbergqvist/processing_playground
arduino electronics firmata processing-ide
Last synced: about 1 month ago
JSON representation
A collection of sketches for the Processing IDE
- Host: GitHub
- URL: https://github.com/larsbergqvist/processing_playground
- Owner: LarsBergqvist
- Created: 2016-10-05T13:18:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T18:24:25.000Z (over 9 years ago)
- Last Synced: 2025-08-16T11:49:53.262Z (10 months ago)
- Topics: arduino, electronics, firmata, processing-ide
- Language: Processing
- Homepage: https://larsbergqvist.wordpress.com/2016/10/07/processing-and-arduino/
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# processing_playground
A collection of sketches for the Processing IDE. Described in this blog post: https://larsbergqvist.wordpress.com/2016/10/07/processing-and-arduino/
# Simple3D
An example of simple 3D objects in Processing

# ArduinoAnalogInput
Reads analog input pins from an Arduino and displays the voltages as real-time graph bars

# ArduinoDigitalOutput
Toggle switches that write to the digital outputs of an Arduino
