• I want to have my sketch do other important work like networking; how do I use your library with other features?
  • 1) Outside of setup() and loop(), do not call NeoPixelBus.Show() nor NeoPixelAnimator.UpdateAnimations().
  • 2) Use animations for all color changes outside of setup().
  • 3) Refrain from using delay() or similar time eating calls.