Sample example of using EventFlags in mbed-os threads

Dependencies:   IHM_V2

/media/uploads/jacquesolivierklein/mbed-os-eventflags.png

Purpose: Sample example of using EventFlags in mbed-os threads

that trigger a thread thrgough its EventFlags. Target: L432KC / Nboard (from IUT-Cachan) Tested: YES (2019-01-09) Author: Jacques-Olivier Klein - IUT de CACHAN Date: 2018-02-10 rev. 2019-01-09 OS_STACK_SIZE=4096 Libraries: mbed-os rev5345:c966348(03jan2019) + IHMV2 (from IUT-Cachan) rev6:ad91067

Files at this revision

API Documentation at this revision

Comitter:
jacquesolivierklein
Date:
Wed Jan 09 14:01:36 2019 +0000
Parent:
32:88edbd7e31e3
Commit message:
unused mutex deleted

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jan 09 12:32:58 2019 +0000
+++ b/main.cpp	Wed Jan 09 14:01:36 2019 +0000
@@ -6,7 +6,6 @@
 #include "IHM.h"
 
 IHM ihm; 
-Mutex bargraph_mutex; 
 
 DigitalOut L0 (PB_3) ;  // led L0
 DigitalOut L1 (PA_7) ;  // led L1