From 6cddfc3a3f54e6cf14b1acb0455dd9a9fcdefa2c Mon Sep 17 00:00:00 2001 From: rmanach Date: Tue, 4 Mar 2025 14:02:34 +0100 Subject: [PATCH] update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1b9040..9463670 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ set the `INSTALL_PATH` variable. The `INSTALL_PATH` directory must exists, creat The **SDK** and **Picotool** version used is: **2.1.0**. - ## Generate a project You can generate a new Pico C project with the command: @@ -52,7 +51,13 @@ make push name= **NOTE**: you have to USB plug your Pico device in **BOOTSEL** mode before executing the command. -After the load, the device will automatically reboot and be unpluged. And the program freshly pushed will start. +After the load, the device will automatically reboot and be unpluged. And the program freshly pushed will start. + +## Available projects +* [simple_led](simple_led): A little program with a single LED + a button. You can push the button 10+ times, after the LED lights off. You can reset the application by pressing the button ~2 secs. It used FreeRTOS engine on two cores. +* [bit_counter](bit_counter): Nothing extraordinary, just a bit counter wit a LED bar. +* [breathing_led](breathing_led): Plays with PWM on a LED bar to lights on LED in funny way (meteor, waves, etc...). +* [buzzer](buzzer): Actually this is not a buzzer... It just an alarm using a passive buzzer that you can run/stop by pushing the button. It used FreeRTOS engine on two cores. ## Get device info When plugging your device in **BOOTSEL** mode, you can get the device information using: