Skip to content

Commit b676888

Browse files
MPAE-12734 Readme.md file Clean up variable streamer instructions.
1 parent 4ec2225 commit b676888

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ The plugin shows up in the kit window on it's own tab.
118118
Taking a look at the main.c file, we can see that the *ADC* measurement is not sent directly, but split into chunks. This is done because we can only send 8-bits and we want to send the 16-bit value that comes from the ADC.
119119
To visulize this, we need to take special care and create something called a variable that will merge the result into one 16-bit value.
120120

121-
**Click *New Variable Streamer* button**
121+
1. Click on **Variable Streamers** tab on the left side.
122+
2. Click **New Variable Streamer** button
123+
124+
**Variable Streamer Window**
122125

123126
![Data visualizer - Create new variable](images/variable_streamer.png)
124127

0 commit comments

Comments
 (0)