Skip to content

Instantly share code, notes, and snippets.

@revolunet
Last active May 11, 2019 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save revolunet/22508066d9d01692aebdb171748179c1 to your computer and use it in GitHub Desktop.
Save revolunet/22508066d9d01692aebdb171748179c1 to your computer and use it in GitHub Desktop.
NeoPixelBux tips

#include <NeoPixelBus.h> #include <NeoPixelAnimator.h>

randomColor = HslColor(random(360) / 360.0f, 1.0f, 0.25f);
[env:nodemcuv2]
platform = espressif8266
board = nodemcuv2
framework = arduino
monitor_speed = 115200
lib_deps =
Adafruit NeoPixel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment