I am working on a standalone board with an Atmega328P. I have an RGB strip (with WS2812 LEDs) connected to pin PB5. The problem I am facing is when using the Adafruit NeoPixel Library.
The library seems to support this, but I can't figure out how to set it that it uses PB5 (which doesnt have a pin number on an Arduino).
Anyone know what to define or set so that the library will use pin PB5?