8x8 WS2812b animated fake Sonar radar with random hits

8x8 WS2812b animated fake Sonar radar with random hits
Animated fake Sonar radar with random detection hits for 8x8 matrix. Find this and other hardware projects on Hackster.io.
#include "Adafruit_NeoPixel.h" #define WS2812b_PIN 5 #define WS2812b_PIXELS 64 #define WS2812b_WIDTH 8 #define WS2812b_HEIGHT 8 Adafruit_NeoPixel WS2812b = Adaf... Read More



Related Stories

See All