Update README.md
This commit is contained in:
parent
245dc43313
commit
1f2720a070
@ -2,7 +2,7 @@
|
|||||||
Smart Home Oil Heater is a project for Metropolia UAS course called Multidisciplinary Innovation Project.
|
Smart Home Oil Heater is a project for Metropolia UAS course called Multidisciplinary Innovation Project.
|
||||||
|
|
||||||
Tasks communication:
|
Tasks communication:
|
||||||
|
```
|
||||||
Rotary: gets rotation dir --- Master --- Temp Task: gets temp
|
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
|
Menu Task ------------------------------------------- Heater Task
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
common struct:
|
common struct:
|
||||||
|
```c
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int8_t temp_real;
|
int8_t temp_real;
|
||||||
} sensor_temp ;
|
} sensor_temp ;
|
||||||
@ -28,7 +28,7 @@ typedef struct {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
int8_t set_point;
|
int8_t set_point;
|
||||||
} user_settings;
|
} user_settings;
|
||||||
|
```
|
||||||
|
|
||||||
common struct communication diagram:
|
common struct communication diagram:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user