Add descriptions to all RP2040 examples. Some need hardware that was not specified.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
//! This example shows how to use Watchdog in the RP2040 chip.
|
||||
//!
|
||||
//! It does not work with the RP Pico W board. See wifi_blinky.rs or connect external LED and resistor.
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
|
Reference in New Issue
Block a user