📜  如何在 ubuntu 上安装 arduino ide - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:17.850000             🧑  作者: Mango

代码示例1
# Update system packages
sudo apt update && sudo apt upgrade
# Go to Software and install it by searching arduino ide or:
sudo apt install arduino
# Then enter this command to upload code to arduino board
sudo usermod -a -G dialout user_name
# Restart your computer and then open arduino and use it