Skip to content
Snippets Groups Projects
Commit 8be27788 authored by Per Lindgren's avatar Per Lindgren
Browse files

Readme

parent f0c05e6f
No related branches found
No related tags found
No related merge requests found
...@@ -17,18 +17,23 @@ ITM output will be interleaved on preemption. If you don't want interleaving, st ...@@ -17,18 +17,23 @@ ITM output will be interleaved on preemption. If you don't want interleaving, st
extern crate cortex_m_debug; extern crate cortex_m_debug;
... ...
ipln!();
ipln!("Hello nasty"); ipln!("Hello nasty");
ipln!();
ipln!("Well it's...");
ipln!("{} cups of coffee ...", 50); ipln!("{} cups of coffee ...", 50);
... ...
``` ```
Will render the output
```
Will render the output:
```
Hello nasty Hello nasty
Well it's...
50 cups of coffee ... 50 cups of coffee ...
``` ```
and you know its on.
...and you know its on.
# License # License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment