diff --git a/solarium/solarium.ino b/solarium/solarium.ino new file mode 100644 index 0000000..253a462 --- /dev/null +++ b/solarium/solarium.ino @@ -0,0 +1,13 @@ +/* + Управление соляриями +*/ + +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +}