-
Notifications
You must be signed in to change notification settings - Fork 0
The Starting Point
Kevin Waugh edited this page Aug 19, 2023
·
3 revisions
To do this project we will use VSCode as our coding environment.
Install VSCode if you haven't got it already

And then add in the following extension:
- PlatformIO -- this enables you to communicate with the ESP32 board we are using.
- GitLens -- so you can grab the code of Github and maybe create your own Github repository with your version.
- C/C++ -- we are using the C++ language
- C/C++ Extension Pack