Add libraries

This commit is contained in:
Daniel 2023-11-19 22:23:35 +02:00
parent 179b8eeaa2
commit a1aea67d30
4 changed files with 708 additions and 1 deletions

View file

@ -50,7 +50,12 @@ This video explains all the above mentioned steps:
https://youtu.be/_mH2AjnAjDk
## Dependencies 📖
This code uses two libraries, ESP32-Arduino-CAN (https://github.com/miwagner/ESP32-Arduino-CAN/) slightly modified for this usecase, and the eModbus library (https://github.com/eModbus/eModbus). Both these are already located in the Software folder for an easy start.
This code uses the following libraries, already located in the lib folder for an easy start:
- ESP32-Arduino-CAN (https://github.com/miwagner/ESP32-Arduino-CAN/) slightly modified for this usecase
- eModbus library (https://github.com/eModbus/eModbus)
- Adafruit Neopixel (https://github.com/adafruit/Adafruit_NeoPixel)
- mackelec SerialDataLink (https://github.com/mackelec/SerialDataLink)
- pierremolinaro acan2515 (https://github.com/pierremolinaro/acan2515)
It is also based on the info found in the following excellent repositories/websites:
- https://gitlab.com/pelle8/gen24