This wiki has been archived and made read-only.
For up-to-date information about TkkrLab and it's projects please visit our main website at tkkrlab.nl.

LedPet

From

Revision as of 03:14, 2 September 2016 by Zeno (Talk | contribs) (Created page with "Pet (dutch for hat) with 95 LEDS and selectable program via switch. You can chose between : * RandomPixel * Police * more Source will be published soonish at my personal [...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Pet (dutch for hat) with 95 LEDS and selectable program via switch. You can chose between :

  • RandomPixel
  • Police
  • more

Source will be published soonish at my personal Github account.

Resources

Parts List

Other

#define PIN_LIGHTSENSOR A0 
#define PIN_BUTTON 2

#define PIN_NEOPIXEL 6

#define NUM_LEDS 95

#define BRIGHTNESS 30
<pre>