Skip to content

Instantly share code, notes, and snippets.

@dkadish
dkadish / inorganisms-nordes-soundchameleon.ino
Created June 13, 2015 01:39
Code for the SoundChameleon inorganism made during the Inorganisms workshop at NORDES2015
/************************************************************
// Basic Example: Inorganisms
//
// Listens to the world and responds after some delay.
************************************************************/
#include <FiniteStateMachine.h>
#include <Adafruit_NeoPixel.h> // Include to make the lights work
// Create the states to use
State sensing = State(doSense);