Skip to content
Snippets Groups Projects
Commit e944000f authored by Layla EL-GHOUL's avatar Layla EL-GHOUL
Browse files

added warning

parent 000c3939
No related branches found
No related tags found
No related merge requests found
......@@ -457,6 +457,11 @@ Make sure you follow these steps:
Please make sure you comment out (using `#` in from of the line) all the Embassy's crates
that you do not plan to use.
:::warning
To initialize the Embassy RP peripherals correctly, remember to add `use embassy_rp as _;`
or leave the initialization of the peripherals ,else the peripherals won't be initialized, which may cause errors or undefined behavior when accessing hardware components.
:::
:::info
For sure, you will not use USB and WiFi. This is a trial
and error job, just comment out all the creates that you think you won't use and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment