-
-
Notifications
You must be signed in to change notification settings - Fork 2k
add lib #6583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add lib #6583
Conversation
Hi @X-croot. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
❌ ERROR: Arduino Lint found errors with https://github.com/X-croot/RelayXCR:
|
A problem was found with your submission https://github.com/AbdulKus/72x40oled_lib ❌ ERROR: Submission URL is already in the Library Manager index. |
Thanks for your interest in contributing to the Arduino Library Manager index @X-croot After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index. The library(s) will be available for installation via Library Manager within a day's time. You can check the logs from the Library Manager indexer for your library(s) here: |
RelayXCR
RelayXCR is a simple and lightweight Arduino library for controlling one or more relay modules using digital pins. It supports both active HIGH and active LOW relays, making it flexible for a wide range of relay boards.
Features
on()
,off()
,toggle()
,isOn()
Installation
RelayXCR
folder into your Arduinolibraries/
directory.Usage
Include the Library
Create Relay Objects
In
setup()
In
loop()
API Reference
begin()
– Initializes the relay pinon()
– Turns the relay onoff()
– Turns the relay offtoggle()
– Switches the relay stateisOn()
– Returnstrue
if relay is on,false
otherwiseCompatibility
License
MIT License
Created by X-croot
Email: [unuvarcan111@gmail.com](mailto:unuvarcan111@gmail.com)