Skip to content

jondurrant/RPIPicoFreeRTOSExample

Repository files navigation

RPIPicoFreeRTOSExample

RPI Pico FreeRTOS Example to demonstrate running four seperate tasks. Each blinking an LED at a different frequency.

This repo was used as an example for a YouTube video blog on my channel

Clode and Build

Submodules are used to include the FreeRTOS kernel library. So Please clone with:

git clone --recurse-submodules https://github.com/jondurrant/RPIPicoFreeRTOSExample

Build is through the CMake and Make or Ninja utilties

mkdir build
cd build
cmake ..
make

Electronics

The example assume four LED connected via 75ohm resistors to GPIO02 to GPIO05.

About

RPI Pico FreeRTOS Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors