Skip to content

The Starting Point

Kevin Waugh edited this page Aug 19, 2023 · 3 revisions

Setting up your tools.

To do this project we will use VSCode as our coding environment.

Install VSCode if you haven't got it already

image

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

Clone this wiki locally