Simple Arduino library for interacting with Spatial Pixel's "Procession" app.
Procession is a spatial computing web app that enables designers and creatives to prototype interactive experiences with natural language programming techniques.
- More info here on Spatial Pixel's Procession page
- Hosted online here.
- Built by Spatial Pixel
Used for connecting an Arduino-based microcontroller to Procession via a USB
port. Provides simple send()
and receive()
methods for sending values to
and receiving values from a particular topic on the pubsub system in a Procession
sketch.
See the example for a simple implementation.