OPEnSLab-OSU / Loom

Arduino library for Internet of Things Rapid Prototyping in environmental sensing
GNU General Public License v3.0
26 stars 3 forks source link

Specialize Relay Implementation for Specific Relay Types #87

Open Cogswatch opened 4 years ago

Cogswatch commented 4 years ago

Item's use Loom's current Relay implementation is meant only for the Adafruit Power Relay FeatherWing which can be confusing as it seems generalized to all relays. Either extending the general implementation or subdividing it into different variations to support other relay feather wings such as this, and this.

Product Page See hyperlinks above.

Existing Implementation Within loom; actuators/relay.h and actuators/relay.cpp