Skip to content

Instantly share code, notes, and snippets.

View witchica's full-sized avatar

Jessica witchica

View GitHub Profile
@witchica
witchica / sketch.pde
Created November 28, 2019 14:28
Light Level Visualisation
//table to store data
Table data;
void setup() {
//set the visualisation resoluton
size(4000, 2000);
//load the data file
data = loadTable("feeds.csv", "header");