Add Connect With WPA tutorial

This commit is contained in:
Starbeamrainbowlabs 2016-09-03 09:32:22 +00:00
parent f6c558cd8e
commit dc74b3051e
1 changed files with 5 additions and 1 deletions

6
README.md Normal file → Executable file
View File

@ -1,3 +1,7 @@
# arduino
A place for all the arduino code I write.
A place for all the arduino code I write.
## Useful Resources
- [Connect with WPA](https://www.arduino.cc/en/Tutorial/ConnectWithWPA) - What seems like a reasonaly good tutorial on how to get a Wemos to connect via WiFi. We'll need a TCP tutorial later on down the line though.