Skip to content

Instantly share code, notes, and snippets.

View marynotari's full-sized avatar

Mary Notari marynotari

View GitHub Profile
#include <Adafruit_NeoPixel.h>
#define N_PIXELS 5 // Number of pixels in strand
#define LED_PIN1 6 // 1 = RIGHT
#define LED_PIN2 12 // 2 = LEFT
Adafruit_NeoPixel strip1 = Adafruit_NeoPixel(N_PIXELS, LED_PIN1, NEO_GRB + NEO_KHZ800);
Adafruit_NeoPixel strip2 = Adafruit_NeoPixel(N_PIXELS, LED_PIN2, NEO_GRB + NEO_KHZ800);
// Adapted from https://learn.adafruit.com/ursulas-seashell-necklace/the-code
// Cinema.json
//NOTE: I'm having trouble deciding whether to phrase things through the
//people who fill the roles I'm categorizing or in the abstract concepts
//they embody (ie, Design vs. Designers)
{
/*what the maker and audience bring to the understanding of the piece*/
"Cultural Context": [],
"Medium": ["film", "TV," "theater", "street", "live", "recorded", "cartoon"],