mirror of
https://github.com/Skysamara/hydro.git
synced 2025-12-06 06:16:01 +00:00
8 lines
105 B
C++
8 lines
105 B
C++
void loop(void)
|
|
{
|
|
int connected = Blynk.connected();
|
|
Blynk.run();
|
|
timer.run();
|
|
pump1.Update();
|
|
}
|