aboutsummaryrefslogtreecommitdiff
path: root/examples/PIO_TestPatterns/src/main.h
blob: d947d8e7d329d0eb0d36fbf786d8501bd760a8c7 (plain)
1
2
3
4
5
6
7
8
#include <FastLED.h>

#define BAUD_RATE       115200  // serial debug port baud rate

void buffclear(CRGB *buf);
uint16_t XY16( uint16_t x, uint16_t y);
void mxfill(CRGB *leds);