Skip to content

Commit

Permalink
Update PurpleTheopolis.ino for 7 pixel NeoPixel
Browse files Browse the repository at this point in the history
was 24 in testing, changed back to 7 for specified hardware
  • Loading branch information
jeff-luszcz authored Jun 7, 2023
1 parent 5aed084 commit 057f5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PurpleTheopolis.ino
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define LED_PIN 9

// #6 UPDATE How many NeoPixels are attached to the Arduino? (a Jewel 7 uses 7 natch!) I've used single NeoPixles and NeoPixel rings
#define LED_COUNT 24
#define LED_COUNT 7

// #7 UPDATE How long to delay between each sensor reading (probably should not be more than once every 10 minutes)
#define DELAY_TIME_MILLIS 10 * 60 * 1000 // 10 min = 10*60*1000
Expand Down

0 comments on commit 057f5ed

Please sign in to comment.