From f8ff28aef647e718b4d7256dc853c4fcb3d0331e Mon Sep 17 00:00:00 2001 From: fastium Date: Tue, 22 Oct 2024 15:44:41 +0200 Subject: [PATCH] UDP README.md for additional libraries and test --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c8e088d..2620e81 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,20 @@ AdvEmbSoft/HESSO-Master/2024 # BikeComputer This is a project done in the course of AdvEmbSoft during the master's degree. It contains a program for spinning bikes. +# Configuration +## Libraries +Add disco libraries : +´´´terminal +mbed add https://github.com/SergeAyer/DISCO_H747I.git +´´´ +Add sensor libraries : + +´´´terminal +mbed add https://github.com/SergeAyer/advdembsof_library.git +´´´ + +Test sensor libraries : +´´´terminal +mbed test -m DISCO_H747I -t GCC_ARM -n advdembsof_library-tests-sensors-hdc1000 --compile --run +´´´