From 1f2720a0703a31f7a525fc24fe06969bf4d4a4f1 Mon Sep 17 00:00:00 2001 From: Vasily Davydov Date: Tue, 4 Apr 2023 13:59:22 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d1fd18..64c469c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Smart Home Oil Heater is a project for Metropolia UAS course called Multidisciplinary Innovation Project. Tasks communication: - +``` Rotary: gets rotation dir --- Master --- Temp Task: gets temp | | @@ -10,12 +10,12 @@ Rotary: gets rotation dir --- Master --- Temp Task: gets temp | | Menu Task ------------------------------------------- Heater Task - +``` common struct: - +```c typedef struct { int8_t temp_real; } sensor_temp ; @@ -28,7 +28,7 @@ typedef struct { typedef struct { int8_t set_point; } user_settings; - +``` common struct communication diagram: