@@ -5,12 +5,26 @@ This folder is used to store codes that will be flashed onto the main microcontr
...
@@ -5,12 +5,26 @@ This folder is used to store codes that will be flashed onto the main microcontr
<details><summary> 1. Setting up ESP32 Feather with Arduino </summary>
<details><summary> 1. Setting up ESP32 Feather with Arduino </summary>
<br/>
<br/>
Before flashing the code into the feather, we need to make sure that we have set up our Arduino IDE so that it can work with the feather. In case that has not been done yet, follow the instructions in the link below:
Before flashing the code into the feather, we need to make sure that we have set up our Arduino IDE so that it can work with the feather. In case that has not been done yet, follow the instructions in the link below:
<br/>
[ESP32 Feather with Arduino IDE Instructions](https://learn.adafruit.com/adafruit-huzzah32-esp32-feather/using-with-arduino-ide)
</details>
<details><summary>2. Libraries to Install</summary>
<br/>
There are a few libraries that we are utilizing for the project. Please install them to ensure that you can get the code to compile when you want to flash it into the feather. Here is the list of libraries:
The rest of the libraries in the code are built-in libraries that comes with either the Arduino IDE or the ESP32 Board package. Note that there are other libraries for the ***main_base.ino*** file that you will need to install.
[ESP32 Feather with Arduino IDE Instructions](https://learn.adafruit.com/adafruit-huzzah32-esp32-feather/using-with-arduino-ide)