Skip to content

Commit

Permalink
example: f411-adc-mpsc: prefer text over picture
Browse files Browse the repository at this point in the history
  • Loading branch information
AfoHT committed Jun 26, 2024
1 parent 5248fe3 commit 1658b61
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion examples/stm32f411_adc_and_mpsc_channel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,19 @@ Run `cargo build --release` to compile the code. If you run it for the first tim

### Run
Install `probe-rs` and configure it using the [debugging extension for VScode](https://probe.rs/docs/tools/debugger/).
The output should look like this ![scrrenshot](./screenshot.png)

The output should look like this:

```
INFO Printer actor received a PING from software task
INFO Current delay value 1900
INFO Printer actor received a new PotentiometerValue: 607 from hardware task.
INFO Current delay value 1800
INFO Printer actor received a new PotentiometerValue: 1011 from hardware task.
INFO Current delay value 1700
INFO Printer actor received a new PotentiometerValue: 819 from hardware task.
INFO Printer actor received a PING from software task
```
Binary file not shown.

0 comments on commit 1658b61

Please sign in to comment.