mirror of
https://github.com/Skysamara/hydro.git
synced 2025-12-05 22:06:02 +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();
|
|
}
|