Update README.md

pull/1/head 1.0.0
SQFMI 2019-11-16 23:19:59 -05:00 committed by GitHub
parent 80c448c32b
commit ace32e90aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -1 +1,13 @@
# Watchy
# Watchy
1. In the Arduino IDE Boards Manager, install support for the ESP32. You can find instructions here: https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md
2. Install the following libraries:
* [DS3232RTC](https://github.com/JChristensen/DS3232RTC)
* [GxEPD](https://github.com/ZinggJM/GxEPD)
* [Watchy](https://github.com/sqfmi/Watchy) (This library)
3. Check out the examples under ```Examples``` -> ```Watchy```
4. Compile & Upload with these board settings:
* Board: "ESP32 Wrover Module"
* All Other Settings: leave to default
* You may have to install the [CP2104 USB to Serial drivers](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers) if the port is not automatically detected
* Have Fun! :)