Using FreeRTOS with the Raspberry Pi Pico: Part 3
This is the third blog in the very popular series where we explore writing embedded applications for the Raspberry Pi Pico using FreeRTOS.
This blog covers event-driven design and its benefits and Semaphores, another built-in feature of?FreeRTOS. To demonstrate both of these concepts, we have a concise code example to share that you can run on your own Raspberry Pi Pico hardware.
Great stuff. Check it out here.