Skip to content

Commit 19d6be3

Browse files
committed
Guide documentation post review update
1 parent 137eef8 commit 19d6be3

File tree

1 file changed

+2
-0
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/07.debian-guide

1 file changed

+2
-0
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/07.debian-guide/content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Working alongside this is the STM32U585 microcontroller running Zephyr RTOS, whi
3535

3636
The [Bridge mechanism](https://docs.arduino.cc/tutorials/uno-q/user-manual/#bridge---remote-procedure-call-rpc-library) is the key element that enables uninterrupted communication between both systems. It allows your Python® scripts running on Debian to interact with Arduino code running on the MCU, creating a flexible hybrid development environment that leverages both the computational power of Linux and the real-time capabilities of Arduino.
3737

38+
Python® is the officially supported language for MPU-side development on the UNO Q. As development continues, additional programming languages and alternative methods for MPU/MCU communication will become available, providing more options for integrating custom applications with the hardware.
39+
3840
***If you would like to learn about the UNO Q in general before diving into this Debian guide, please refer to the [__UNO Q user manual__](/tutorials/uno-q/user-manual/) to familiarize yourself with the board.***
3941

4042
## Accessing the Board Shell

0 commit comments

Comments
 (0)