mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 01:39:30 +02:00
Add libraries
This commit is contained in:
parent
179b8eeaa2
commit
a1aea67d30
4 changed files with 708 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue