Skip to content

Commit f6f554a

Browse files
authored
Update README.md
1 parent f3170a3 commit f6f554a

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

examples/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1+
## TaskBlink
2+
https://wokwi.com/projects/new/arduino-uno
13

4+
Blinking an LED from a task.
5+
6+
<img width="360" alt="image" src="https://github.com/glutio/Taskfun/assets/22550674/a85c0f5e-91c7-45cb-8547-ce5b82e4e12a">
7+
8+
## TaskSync
9+
https://wokwi.com/projects/366998573113488385
10+
11+
Blinking an LED from two tasks. One task for LED On state and one for LED Off. The tasks are synchronized using a shared variable.
12+
13+
## TaskTone
14+
https://wokwi.com/projects/366352511185683457
15+
16+
Blinking an LED and playing a melody at the same time. The melody is played by 7 separate tasks, one for each note of the music scale.
17+
18+
<img width="360" alt="image" src="https://github.com/glutio/Taskfun/assets/22550674/4f091493-c2b8-49a8-a832-58a6f107d1cc">
19+
20+
## TaskPrimitives
21+
https://wokwi.com/projects/366998006753453057
22+
23+
Receiving messages via Serial input and blinking them in Morse code. You can send more messages than there are LEDs, each message is a separate task waiting for available LED.
24+
25+
<img width="520" alt="image" src="https://github.com/glutio/Taskfun/assets/22550674/778f2ddb-a687-4adf-8ebe-76ed26007d88">

0 commit comments

Comments
 (0)