Releases: sparkfun/SparkFun_Qwiic_Relay_Arduino_Library
Missed version roll
Various bug fixes
- Change address for single relay now works
- Collision with the motor driver library fixed
- requestFrom ambiguity fixed.
Allows for use with Solid State Relays, add's slowPWM function
v1.2.0 updating relay library to include solid state relay
Change address functionality
Adds change address function to library. This makes it possible to easily change the address of your Single or Quad Qwiic Relay with a single function call. An example sketch was also added to demonstrate just how to do this!
Updating keywords for highlighting
Keywords.txt needs tabs in order for things to work
Initial Release
The SparkFun Qwiic Relay Arduino Library makes it very easy to use the Qwiic enabled relays from SparkFun Electronics. It provides easy to use functions to turn on and off relays, toggle them, and check their status without the hub bub of lengthy I-squared-C transactions. Also provided is example code for both the SparkFun Single Qwiic Relay and the SparkFun Qwiic Quad Relay. Each example sketch shows how to use every function available to each board as well as comments on when you may want to utilize them.