Files
lighthub/lighthub/lighthub.ino

10 lines
94 B
C++

#include "main.h"
void setup()
{
setup_main();
}
void loop()
{
loop_main();
}