1
0
Fork 0
TheBigWarehouse/BigBoxOfArduino.md

7 lines
570 B
Markdown
Raw Permalink Normal View History

2016-10-06 17:19:49 +00:00
# Big box of Arduino
This box contains a bunch of arduino and friends related things.
- [esp8266 reference](http://esp8266.github.io/Arduino/versions/2.2.0/doc/reference.html) - An extraordinarily hard page to find. This is the reference page for the esp8266 API - which is separate to the Arduino SHIELD api.
2016-10-06 17:38:06 +00:00
- [esp8266 WiFi reference](http://esp8266.github.io/Arduino/versions/2.2.0/doc/libraries.html#wifi-esp8266wifi-library)
2016-10-06 18:00:39 +00:00
- [esp8266 WiFi example](https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/examples/WiFiClient/WiFiClient.ino)