Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 444 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 444 Bytes

The RelayShield library makes it easy to use the Photon RelayShield. It provides functions to turn relays on and off, all the relays on and off at the same time, and to check whether a relay is currently on or off.

Examples

  1. Blink a Relay - Turning relays on and off, one at a time
  2. Control all Relays - Turning all the relays on and off
  3. Internet Relays - Setting up functions so you can call relays over the internet!