Skip to content

Commit 0241376

Browse files
committed
typos
1 parent e94a42f commit 0241376

File tree

1 file changed

+3
-1
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual

1 file changed

+3
-1
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,7 @@ Create a new App in the Arduino App Lab, then copy and paste the example below i
768768
![Create a new app](assets/create-app.png)
769769

770770
1. **Linux (QRB) example to call a remote MCU function**
771+
771772
This Python script runs on the QRB and calls an MCU-exposed RPC named `set_led_state` once per second:
772773

773774
```python
@@ -788,6 +789,7 @@ Create a new App in the Arduino App Lab, then copy and paste the example below i
788789
This sends a boolean to the MCU every second using `Bridge.call("set_led_state", <bool>)`
789790

790791
2. **MCU (STM32) setup to include the Bridge and start it**
792+
791793
This sketch includes the Bridge library and configures the LED pin.
792794

793795
```cpp
@@ -812,7 +814,7 @@ Create a new App in the Arduino App Lab, then copy and paste the example below i
812814

813815
***You can do the same the other way around, Python functions can be provided to the MCU sketch to be used locally.***
814816

815-
After pasting the Python script into your App’s Python file and the Arduino code to the sketch, you can run the App and observe LED #3 blinking red every second.
817+
After pasting the Python script into your App’s Python file and the Arduino code to the sketch, you can run the App and observe LED #3 blinking in red every second.
816818

817819
![Red LED blinking](assets/blinking-led.gif)
818820

0 commit comments

Comments
 (0)