9 lines
119 B
C
9 lines
119 B
C
#ifndef RGBMATRIXDISPLAY_SERIAL_H
|
|
#define RGBMATRIXDISPLAY_SERIAL_H
|
|
|
|
void serial_loop();
|
|
|
|
void serial_setup();
|
|
|
|
#endif
|