From 057f5ed831c9bc82d93b2a648e18d85eefbde0f3 Mon Sep 17 00:00:00 2001 From: Jeff Luszcz Date: Wed, 7 Jun 2023 09:42:00 -0700 Subject: [PATCH] Update PurpleTheopolis.ino for 7 pixel NeoPixel was 24 in testing, changed back to 7 for specified hardware --- PurpleTheopolis.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PurpleTheopolis.ino b/PurpleTheopolis.ino index bfdcc7f..a44ed05 100644 --- a/PurpleTheopolis.ino +++ b/PurpleTheopolis.ino @@ -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