@@ -18,6 +18,7 @@
#include <stdint.h>
#include <stdbool.h>
+#include <string.h>
void IS31FL3218_init(void);
void IS31FL3218_set_color(int index, uint8_t red, uint8_t green, uint8_t blue);
@@ -20,6 +20,7 @@
#include "progmem.h"
typedef struct is31_led {
@@ -19,6 +19,7 @@
@@ -22,6 +22,7 @@
// Simple interface option.
@@ -21,6 +21,7 @@