tdse-tp3_01-lcd_display

Index Commits Files Refs
commit 4e28b70ad50d90234dce948b20952d20d3bc9650
parent ef074f78201e74f50e9769a97651b2d8e9b85b4f
Author: Martin Klöckner <mjkloeckner@gmail.com>
Date:   Fri,  3 Oct 2025 21:11:56 +0000

First commit

Diffstat:
Mmain.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/main.cpp b/main.cpp
@@ -1,11 +1,13 @@
 //=====[Libraries]=============================================================
 
+#include "mbed.h"
 #include "smart_home_system.h"
 
 //=====[Main function, the program entry point after power on or reset]========
 
 int main()
 {
+    printf("Hello, World!\n");
     smartHomeSystemInit();
     while (true) {
         smartHomeSystemUpdate();