Skip to content

Instantly share code, notes, and snippets.

View oesterle's full-sized avatar

Eric Oesterle oesterle

View GitHub Profile
@oesterle
oesterle / test1.js
Last active January 15, 2019 03:32
test1
alert("test1a");
@oesterle
oesterle / NeoPixelDim.ino
Created July 5, 2018 00:00
Test of Adafruit Feather M4 Express' built-in NeoPixel, with modified WheelDim() function.
#include <Adafruit_NeoPixel.h>
#ifdef __AVR__
#include <avr/power.h>
#endif
// Modified by @erico to test Adafruit Feather M4 Express
// The NeoPixel pin is defined as 6 in examples.
// Adafruit Feather M4 Express uses pin 8 for its built-in NeoPixel.
#define PIN 8
@oesterle
oesterle / puck_pp_presenter.js
Last active September 5, 2019 12:39 — forked from attilavago/puck_pp_presenter.js
PowerPoint presenter using a Puck.js beacon's button and magnetic sensor.
var kb = require("ble_hid_keyboard");
var next = "n";
var prev = "p";
var magIsOn = false;
var magTimeoutID = null;