f94ed90b46b272e78dd609d55beeafda464362b2
ES32A08 Library
Description
This library allows easy control of the ES32A08 board, including:
- 4-20mA and 0-10V analog inputs
- Digital inputs via shift registers
- Relays via shift registers
- 4-digit 7-segment display
Installation
Arduino IDE
- Download the library as a ZIP.
- Go to
Sketch->Include Library->Add .ZIP Library... - Select the downloaded ZIP file.
PlatformIO
Add the following line to your platformio.ini:
lib_deps = https://github.com/ton-repo/ES32A08_Library.git
Description
Languages
C++
100%