Rewrite documentation using correct module names
* Remove traits section now that we have embedded-hal-async and refer to it. * Explanation that embassy is multiple things. * Bootloader description image
This commit is contained in:
@ -46,15 +46,13 @@ You can run an example by opening a terminal and entering the following commands
|
||||
[source, bash]
|
||||
----
|
||||
cd examples/nrf
|
||||
DEFMT_LOG=info cargo run --bin blinky --release
|
||||
cargo run --bin blinky --release
|
||||
----
|
||||
|
||||
IMPORTANT: The DEFMT_LOG environment variable controls the example log verbosity. If you do not specify it, you will not see anything logged to the console.
|
||||
|
||||
== Whats next?
|
||||
|
||||
Congratulations, you have your first Embassy application running! Here are some alternatives on where to go from here:
|
||||
|
||||
* Read more about the xref:runtime.adoc[runtime].
|
||||
* Read more about the xref:runtime.adoc[executor].
|
||||
* Read more about the xref:hal.adoc[HAL].
|
||||
* Start xref:basic_application.adoc[writing your application].
|
||||
|
Reference in New Issue
Block a user