dmadison / Adalight-FastLED

Adalight with FastLED support
GNU General Public License v3.0
361 stars 70 forks source link

Function prototypes #25

Closed jj-uk closed 4 years ago

jj-uk commented 4 years ago

Please add this to the top of the file, so it can be compiled with platformio:

#include <Arduino.h>

: :

static void adalight();
static void headerMode();
static void dataMode();
static void dataSet();
static void timeouts();
static void serialFlush();
dmadison commented 4 years ago

Please submit a pull request.