Skip to content

Instantly share code, notes, and snippets.

View ErikABengtsson's full-sized avatar

ErikABengtsson

View GitHub Profile
/*
Trigger Guard
Erik Bengtsson
GDES-3015-001 Wearable Computing
OCAD University
Created on 6th April 2017
Based on:
FSR testing sketch, Adafruit, https://learn.adafruit.com/force-sensitive-resistor-fsr/using-an-fsr
Button Example, DojoDave
*/
@ErikABengtsson
ErikABengtsson / sketch_mar21a
Created March 23, 2017 03:07
Trigger guard
/*
Trigger guard
Erik Bengtsson
GDES-3015-001 Wearable Computing
OCAD University
Created on [22.03.2017]
Based on:
Analog Input example, Kate Hartman, https://github.com/katehartman/Make-Wearable-Electronics/blob/master/MWE_Ch06_AnalogInput/MWE_Ch06_AnalogInput.ino
FSR simple testing sketch, Lady Ada, https://learn.adafruit.com/force-sensitive-resistor-fsr/using-an-fsr
*/
/*
Concentration Alarm
Erik Bengtsson
GDES-3013-001 Wearable computing
OCAD University
Created on February 15th 2017
Based on:
Button, DojaDave <http://www.0j0.org>
*/