#pragma once #include void ws2812_init(); void ws2812_send_rgb(uint8_t r, uint8_t g, uint8_t b);