mirror of
https://github.com/anklimov/lighthub
synced 2025-12-11 06:09:50 +03:00
12 lines
197 B
C++
12 lines
197 B
C++
#include "main.h"
|
|
void setup(){
|
|
//if (millis()>1000)
|
|
setup_main();
|
|
//else Serial.println("Hello");
|
|
//delay(1000);
|
|
}
|
|
void loop(){
|
|
//if (millis()>10000)
|
|
loop_main();
|
|
}
|