Skip to content

Instantly share code, notes, and snippets.

@Fastie
Fastie / gist:5109944
Created March 7, 2013 17:29
Spectral Workbench macro template for calibration
setup: function() {
// code to run on startup
$W.calibrate(id,pixel#,405.4,pixel#,650)
},
draw: function() {
// code to run every frame
}