aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCurly <[email protected]>2025-02-23 07:39:25 -0800
committerCurly <[email protected]>2025-02-23 07:39:25 -0800
commit9d92d03c823e864759166cc406b7393ba524b0d9 (patch)
tree25f0a63c6ad58433d7c60e864eac4edb75737c7f /examples
parent2d0e0f51f84bd5a2de9cbb82b6fc17d946299172 (diff)
rename `Pimoroni Pico Plus 2` example to group alphabetically with other `blinky` projects
Diffstat (limited to 'examples')
-rw-r--r--examples/rp235x/src/bin/blinky_wifi_pico_plus_2.rs (renamed from examples/rp235x/src/bin/wifi_blinky_pico_plus_2.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp235x/src/bin/wifi_blinky_pico_plus_2.rs b/examples/rp235x/src/bin/blinky_wifi_pico_plus_2.rs
index ab7d6a93e..d49d2e34f 100644
--- a/examples/rp235x/src/bin/wifi_blinky_pico_plus_2.rs
+++ b/examples/rp235x/src/bin/blinky_wifi_pico_plus_2.rs
@@ -1,6 +1,6 @@
1//! This example test the Pimoroni Pico Plus 2 on board LED. 1//! This example test the Pimoroni Pico Plus 2 on board LED.
2//! 2//!
3//! It does not work with the RP Pico board. See blinky.rs. 3//! It does not work with the RP Pico 2 board. See `blinky.rs`.
4 4
5#![no_std] 5#![no_std]
6#![no_main] 6#![no_main]