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 USB (Universal Serial Bus) in the RP2040 chip.
|
||||
//!
|
||||
//! This is a CDC-NCM class implementation, aka Ethernet over USB.
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
|
Reference in New Issue
Block a user