Small test (URL removed)
This commit is contained in:
parent
8160c4e83c
commit
8fd25937d5
|
@ -1,5 +1,4 @@
|
||||||
#include <Homie.h>
|
#include <Homie.h>
|
||||||
// homie lib from: https://github.com/marvinroger/homie-esp8266/
|
|
||||||
#include <Adafruit_NeoPixel.h>
|
#include <Adafruit_NeoPixel.h>
|
||||||
#include <ArduinoOTA.h>
|
#include <ArduinoOTA.h>
|
||||||
#include "NeoPatterns.h"
|
#include "NeoPatterns.h"
|
||||||
|
@ -9,7 +8,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PIN D1 //data pin for ws2812 (pixelprojektor @ ctdo: PIN 2)
|
#define PIN D1 //data pin for ws2812 (pixelprojektor @ ctdo: PIN 2)
|
||||||
|
|
||||||
#define NUMPIXELS 64
|
#define NUMPIXELS 64
|
||||||
|
|
||||||
#define FPS 15
|
#define FPS 15
|
||||||
|
|
Loading…
Reference in New Issue