This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define FASTLED_ESP32_I2S true | |
//#define FASTLED_ALLOW_INTERRUPTS 0 | |
#define FASTLED_SHOW_CORE 0 | |
#include "src/FASTLED/FastLED.h" | |
#define LED_PIN 13 | |
#define N_LEDS 98 | |
#define BRIGHTNESS 20 //brightness (max 254) | |
#define N_LEDS_SEGMENT 7 | |
#define N_DISPLAYS 2 | |
CRGB leds[N_LEDS]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***************************************** | |
accurite 5n1 weather station decoder | |
for arduino and 433 MHz OOK RX module | |
Note: use superhet (with xtal) rx board | |
the regen rx boards are too noisy | |
Jens Jensen, (c)2015 | |
*****************************************/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"servers":[ | |
{"name":"pool.ntp.org"}, | |
{"name":"asia.pool.ntp.org"}, | |
{"name":"europe.pool.ntp.org"}, | |
{"name":"north-america.pool.ntp.org"}, | |
{"name":"oceania.pool.ntp.org"}, | |
{"name":"south-america.pool.ntp.org"} | |
], | |
"regions":[ |