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