A mbed RTOS based multimeter application that sends results to a phone over the Bluetooth module.

Dependencies:   LCD_DISCO_F429ZI mbed mbed-rtos BSP_DISCO_F429ZI

Changes

RevisionDateWhoCommit message
18:545a94c4a5b2 2021-01-24 hunter64288 Published. default tip
17:09bea038e7c0 2021-01-18 hunter64288 Final Commit with comments;
16:c90044414a96 2021-01-17 hunter64288 Added Bluetooth.Printf;
15:9c5fb6600570 2021-01-17 hunter64288 create a 2nd function & 3rd thread; ; 2nd func would receive the voltage & current details from the 1st func via memory ; queue , 2nd & 3rd thread would print those details using semaphore.; ; 1st func would only receive the values using thread1.;
14:526e0b503646 2021-01-17 hunter64288 two thread - one function ; using semaphore.
13:d21f6477ba19 2021-01-17 hunter64288 added semaphore, Thread3 & 4.
12:441ee5b1cf71 2021-01-17 hunter64288 Bluetooth working + 2 tasks; NEXT ---> Semaphores , Queues , Timer on Tasks (??)
11:0309bef74ba8 2017-02-15 mbed_official Revert update to mbed-os.
10:dc33cd3f4eb9 2017-01-12 mab5449 Wait times updated;
9:dd58814e2dcf 2017-01-12 mab5449 Thread::wait is deprecated
8:c1e1db61aee7 2017-01-12 mab5449 Updating to mbed OS
7:8d9919175929 2016-11-22 geky Update to use start function
6:209f4db62daf 2013-06-04 emilmont Point to the latest libraries
5:13d334f4998d 2013-04-30 emilmont Update libraries
4:de886240a4de 2012-11-23 emilmont rtos library update
3:c92e21f305d8 2012-11-23 emilmont Update to latest mbed and rtos libraries
2:224bef5677b3 2012-08-03 emilmont Move the RTX configuration file in the RTX library
1:491820ee784d 2012-07-12 emilmont First implementation of the rtos_basic test
0:b7777a15fb91 2012-07-12 mbed_official Empty template for rtos_basic example