File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
examples/stm32f411_adc_and_mpsc_channel Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,19 @@ Run `cargo build --release` to compile the code. If you run it for the first tim
28
28
29
29
### Run
30
30
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
+ ```
You can’t perform that action at this time.
0 commit comments