Void Setup()
This section of the code is executed once at startup. This is were you can initialize code or just run a task once when the device first powers on.
For this application we will define the pin mode of each I/O, set the default relay state, and connect to the Blynk cloud.
Last updated