Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nzkarit on github.
  • I am karit (https://keybase.io/karit) on keybase.
  • I have a public key ASDyD9iyNsLHBvJd1khFUPWlRqx1jsQ-PFQftsG_VhbLOgo

To claim this, I am signing this object:

@nzkarit
nzkarit / gist:44e8c1ce4510343f75f8
Created November 30, 2014 06:18
Money Boxes with motion sensing
#include <Adafruit_NeoPixel.h>
const int xInput = A0;
const int yInput = A1;
const int zInput = A2;
int xBase = 0;
int yBase = 0;
int zBase = 0;