update README

This commit is contained in:
rmanach 2025-03-04 14:02:34 +01:00
parent 4ff8850be3
commit 6cddfc3a3f

View File

@ -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=<project_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: