solarium_arduino/solarium/solarium.ino
2024-09-05 00:23:20 +03:00

14 lines
178 B
C++

/*
Управление соляриями
*/
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}