From d659f1c9ccef402afbfafae4a50d45d99c3bde47 Mon Sep 17 00:00:00 2001 From: fatimaxsen Date: Sat, 26 Apr 2025 13:14:25 +0300 Subject: [PATCH] Adding files --- README.md | 2 +- keywords.txt | 4 ++-- library.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 345ab6c..ffc95ed 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![FABLAB Bahrain Logo](https://via.placeholder.com/150x50.png?text=FABLAB+Bahrain) -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 - I2C communication protocol diff --git a/keywords.txt b/keywords.txt index 0caac64..9994740 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,5 +1,5 @@ ####################################### -# Syntax coloring for Relay8I2C Library +# Syntax coloring for I2CStepper Library ####################################### # Classes @@ -8,7 +8,7 @@ I2CMasterUtils KEYWORD1 # Methods begin KEYWORD2 -setRelay KEYWORD2 + scanI2C KEYWORD2 changeSlaveAddress KEYWORD2 diff --git a/library.properties b/library.properties index 7a92e88..bdaaddb 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=1.0.0 author=Fatima Idrees maintainer=Fatima Idrees 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 url=https://github.com/fablabbh/I2CMasterUtils architectures=*