Adding files
This commit is contained in:
parent
939a70aba5
commit
d659f1c9cc
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Control 8-relay modules via I2C with dynamic address configuration. Designed for ESP8266 and Arduino platforms.
|
Control Stepper via I2C with dynamic address configuration. Designed for ESP8266 and Arduino platforms.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- I2C communication protocol
|
- I2C communication protocol
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#######################################
|
#######################################
|
||||||
# Syntax coloring for Relay8I2C Library
|
# Syntax coloring for I2CStepper Library
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
# Classes
|
# Classes
|
||||||
@ -8,7 +8,7 @@ I2CMasterUtils KEYWORD1
|
|||||||
|
|
||||||
# Methods
|
# Methods
|
||||||
begin KEYWORD2
|
begin KEYWORD2
|
||||||
setRelay KEYWORD2
|
|
||||||
scanI2C KEYWORD2
|
scanI2C KEYWORD2
|
||||||
changeSlaveAddress KEYWORD2
|
changeSlaveAddress KEYWORD2
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ version=1.0.0
|
|||||||
author=Fatima Idrees <fatimaxidrees@gmail.com>
|
author=Fatima Idrees <fatimaxidrees@gmail.com>
|
||||||
maintainer=Fatima Idrees <fatimaxidrees@gmail.com>
|
maintainer=Fatima Idrees <fatimaxidrees@gmail.com>
|
||||||
sentence=Control DC motors via I2C with scanning and configuration utilities.
|
sentence=Control DC motors via I2C with scanning and configuration utilities.
|
||||||
paragraph=Provides easy control of 8-relay modules via I2C communication with dynamic address configuration. Includes master/slave implementation for ESP8266/Arduino platforms.
|
paragraph=Provides easy control of stepper motor modules via I2C communication with dynamic address configuration. Includes master/slave implementation for ESP32C3/Arduino platforms.
|
||||||
category=Device Control
|
category=Device Control
|
||||||
url=https://github.com/fablabbh/I2CMasterUtils
|
url=https://github.com/fablabbh/I2CMasterUtils
|
||||||
architectures=*
|
architectures=*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user