Using FreeRTOS with the Raspberry Pi Pico: Part 2
This is the second blog in an awesome on-going series where we explore writing embedded applications for the Raspberry Pi Pico using FreeRTOS.
Here, we cover how and when the FreeRTOS Scheduler decides which task to run. We also build on our code example from the?first blog?to demonstrate Queues and Message Buffers, which are features of?FreeRTOS. Finally, we will briefly touch on event-driven design. So, get your compilers ready, here we go.