21 lines
581 B
Markdown
21 lines
581 B
Markdown
# Relay8I2C Library
|
|
**By Fatima @ FABLAB Bahrain**
|
|
|
|

|
|
|
|
Control Stepper via I2C with dynamic address configuration. Designed for ESP8266 and Arduino platforms.
|
|
|
|
## Features
|
|
- I2C communication protocol
|
|
- Dynamic slave address configuration
|
|
- Master controller with serial interface
|
|
- Active LOW relay support
|
|
- EEPROM storage for persistent addressing
|
|
|
|
## Installation
|
|
1. Download the library ZIP
|
|
2. Arduino IDE: Sketch > Include Library > Add .ZIP Library
|
|
3. Select the downloaded ZIP file
|
|
|
|
## Usage
|