1 2 3 4 5 6
#pragma once #include <stdint.h> #include <stdlib.h> uint8_t twinkle(uint32_t time, size_t x, uint8_t);