diff --git a/README.md b/README.md old mode 100644 new mode 100755 index fe2cdd4..6b7e1d5 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # arduino -A place for all the arduino code I write. \ No newline at end of file +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.