rgbmatrixscreen/teensy/comms.h
2021-04-29 21:46:54 -04:00

11 lines
No EOL
186 B
C

#ifndef __LUALIGHTS_COMMS_H
#define __LUALIGHTS_COMMS_H
#include <Adafruit_GFX.h>
#include <RGBmatrixPanel.h>
#include <Fonts/TomThumb.h>
void setup_comms();
void loop_comms();
#endif