Skip to content
Snippets Groups Projects
Commit 7e84cd9b authored by Shahrul Kamil bin Hassan's avatar Shahrul Kamil bin Hassan
Browse files

Update README.md

parent 682d0a7b
No related merge requests found
......@@ -14,6 +14,7 @@ Before flashing the code into the feather, we need to make sure that we have set
<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:
<br />
<br />
- https://github.com/adafruit/Adafruit_VL53L0X/blob/master/src/Adafruit_VL53L0X.h
<br />
- https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library/blob/master/Adafruit_PWMServoDriver.h
......@@ -23,8 +24,7 @@ There are a few libraries that we are utilizing for the project. Please install
- https://github.com/br3ttb/Arduino-PID-Library/blob/master/PID_v1.h
<br />
<br />
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.
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.
</details>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment