From 5ef0203a27e8e3e509560e841464af17407a144a Mon Sep 17 00:00:00 2001 From: fastium Date: Tue, 22 Oct 2024 15:48:08 +0200 Subject: [PATCH] UPD README.md for wrong symbol to illustrate commands --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2620e81..73349c5 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ This is a project done in the course of AdvEmbSoft during the master's degree. I ## Libraries Add disco libraries : -´´´terminal +```terminal mbed add https://github.com/SergeAyer/DISCO_H747I.git -´´´ +``` Add sensor libraries : -´´´terminal +```terminal mbed add https://github.com/SergeAyer/advdembsof_library.git -´´´ +``` Test sensor libraries : -´´´terminal +```terminal mbed test -m DISCO_H747I -t GCC_ARM -n advdembsof_library-tests-sensors-hdc1000 --compile --run -´´´ +```