mirror of
https://github.com/anklimov/lighthub
synced 2026-01-31 18:49:06 +03:00
8 lines
84 B
C++
8 lines
84 B
C++
#include "main.h"
|
|
void setup(){
|
|
setup_main();
|
|
}
|
|
void loop(){
|
|
loop_main();
|
|
}
|