An Arduino Sketch for the Adafruit Feather Huzzah board that uses the Blynk Framework to open a garage door.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You must recreate the sensitiveData.h file in your includes path. This should contain your Blynk authentication token and your WiFi SSID and password as follows:
// Your Blynk auth token
//char auth[] = "";
// Your WiFi SSID
//char ssid[] = "";
// Your WiFi password
//char pass[] = "";
Feel free to submit pull requests here
This project uses SemVer for versioning. For the versions available, see the releases on this repository.
- Tyler Winegarner - Initial work - photoresistor
- Brad Calvert - this fork - BlueArcherX
This project is licensed under the MIT License - see the LICENSE.md file for details