From b4e55344074e8b3d61cba9147a5d93e8cfe530ed Mon Sep 17 00:00:00 2001 From: mmode Date: Mon, 21 Jun 2021 12:57:12 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0648769..073e1a2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # testArduino +This repository contains the example of the device handler for the Arduino managing the temperaure, environmental and accelerometer sensors. +It is employed the fsfw with the release 0.01. +The code has the obejective of reading the serial data output of the Arduino (in SPC format) and saving them in global data pool. +The data will be then exploited by the termal controller. \ No newline at end of file