Skip to content

Commit 1658b61

Browse files
committed
example: f411-adc-mpsc: prefer text over picture
1 parent 5248fe3 commit 1658b61

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

examples/stm32f411_adc_and_mpsc_channel/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,19 @@ Run `cargo build --release` to compile the code. If you run it for the first tim
2828

2929
### Run
3030
Install `probe-rs` and configure it using the [debugging extension for VScode](https://probe.rs/docs/tools/debugger/).
31-
The output should look like this ![scrrenshot](./screenshot.png)
31+
32+
The output should look like this:
33+
34+
```
35+
INFO Printer actor received a PING from software task
36+
INFO Current delay value 1900
37+
INFO Printer actor received a new PotentiometerValue: 607 from hardware task.
38+
39+
INFO Current delay value 1800
40+
INFO Printer actor received a new PotentiometerValue: 1011 from hardware task.
41+
42+
INFO Current delay value 1700
43+
INFO Printer actor received a new PotentiometerValue: 819 from hardware task.
44+
45+
INFO Printer actor received a PING from software task
46+
```
Binary file not shown.

0 commit comments

Comments
 (0)