Ejemplo_10_2

Revision:
0:0e62d673fe1b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Jun 24 23:25:53 2022 +0000
@@ -0,0 +1,13 @@
+//=====[Libraries]=============================================================
+
+#include "smart_home_system.h"
+
+//=====[Main function, the program entry point after power on or reset]========
+
+int main()
+{
+    smartHomeSystemInit();
+    while (true) {
+        smartHomeSystemUpdate();
+    }
+}
\ No newline at end of file