filmov
tv
Arduino UNO Programming with PlatformIO and DumbDisplay

Показать описание
In this video, I am going to show you how to develop program for Arduino UNO using Visual Studio Code on PlatformIO with DumbDisplay Arduino Library.
lib_deps =
{
"version": "2.0.0",
"tasks": [
{
"label": "DDWifiBridge",
"type": "shell",
"command": "python -m DDWifiBridge",
"problemMatcher": []
},
]
}
-------------------
Sections:
00:00 Introduction
00:30 Install VSCode
01:15 Install PlatformIO (VSCode extension)
02:05 Install Python
03:00 Install DDWifiBridge (Python module)
04:20 Create PlatformIO DumbDisplay sample program
08:20 Thank You
lib_deps =
{
"version": "2.0.0",
"tasks": [
{
"label": "DDWifiBridge",
"type": "shell",
"command": "python -m DDWifiBridge",
"problemMatcher": []
},
]
}
-------------------
Sections:
00:00 Introduction
00:30 Install VSCode
01:15 Install PlatformIO (VSCode extension)
02:05 Install Python
03:00 Install DDWifiBridge (Python module)
04:20 Create PlatformIO DumbDisplay sample program
08:20 Thank You