20 lines
543 B
Markdown
20 lines
543 B
Markdown
# 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
|
|
1. Download the library as a ZIP.
|
|
2. Go to `Sketch` -> `Include Library` -> `Add .ZIP Library...`
|
|
3. Select the downloaded ZIP file.
|
|
|
|
### PlatformIO
|
|
Add the following line to your `platformio.ini`:
|
|
```ini
|
|
lib_deps = https://github.com/ton-repo/ES32A08_Library.git
|