You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Getting started example for Mbed OS
2
2
3
-
This guide reviews the steps required to get Blinky with the addition of dynamic OS statistics working on an Mbed OS platform.
3
+
This guide reviews the steps required to get Blinky with the addition of dynamic OS statistics working on an Mbed OS platform. (Note: To see a rendered example you can import into the Arm Online Compiler, please see our [quick start](https://os.mbed.com/docs/mbed-os/latest/quick-start/online-with-the-online-compiler.html#importing-the-code).)
1. Connect your mbed device to the computer over USB.
54
-
1. Copy the binary file to the mbed device.
53
+
1. Connect your Mbed device to the computer over USB.
54
+
1. Copy the binary file to the Mbed device.
55
55
1. Press the reset button to start the program.
56
56
57
57
The LED on your platform turns on and off. The main thread will additionally take a snapshot of the device's runtime statistics and display it over serial to your PC. The snapshot includes:
0 commit comments