Upload files to "/"

This commit is contained in:
2025-02-05 11:59:16 -05:00
commit 53d6badbdd
4 changed files with 48 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# 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