mirror of
https://github.com/anklimov/lighthub
synced 2025-12-11 06:09:50 +03:00
8 lines
84 B
C++
8 lines
84 B
C++
#include "main.h"
|
|
void setup(){
|
|
setup_main();
|
|
}
|
|
void loop(){
|
|
loop_main();
|
|
}
|