Add descriptions to all RP2040 examples. Some need hardware that was not specified.

This commit is contained in:
Henrik Berg
2023-07-13 11:16:11 +02:00
parent d979841f17
commit 588c0479f5
33 changed files with 122 additions and 5 deletions

View File

@ -1,5 +1,6 @@
//! This example runs on the Raspberry Pi Pico with a Waveshare board containing a Semtech Sx1262 radio.
//! It demonstrates LORA P2P send functionality.
#![no_std]
#![no_main]
#![macro_use]