From e819bee468e197c49523a4efcd694eb9c4e774c5 Mon Sep 17 00:00:00 2001 From: jackw01 Date: Sun, 24 Dec 2017 15:07:35 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc88512..adf5d73 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,8 @@ This sketch requires the FastLED library, the Wire library (built-in), the EEPRO https://github.com/FastLED/FastLED https://github.com/adafruit/RTClib +### 3D-printable enclosure +Design files available on Thingiverse: https://www.thingiverse.com/thing:2730265 + +### Electronics information The LED ring is connected to digital pin 3. Momentary N/O button is connected to digital pin 4 with 10K pullup resistor. 10K potentiometer is connected across power and ground and the wiper is connected to Analog 0. DS1307 RTC breakout is connected to the board's default I2C pins. This code has only been tested with an Adafruit 24 Neopixel Ring, but should (hopefully) work with any type or size of WS2812B ring, and with minimal changes it should work with rings using other types of RGB LEDs. The code should work on any ATmega328 based board.