From 879bc4197a9cfa8312fbf21fb3b99529b043b6ea Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 3 May 2016 01:39:04 +0100 Subject: docs/esp8266: Add ESP8266 tutorial. --- docs/esp8266/tutorial/nextsteps.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/esp8266/tutorial/nextsteps.rst (limited to 'docs/esp8266/tutorial/nextsteps.rst') diff --git a/docs/esp8266/tutorial/nextsteps.rst b/docs/esp8266/tutorial/nextsteps.rst new file mode 100644 index 0000000000..318bd7ddf8 --- /dev/null +++ b/docs/esp8266/tutorial/nextsteps.rst @@ -0,0 +1,12 @@ +Next steps +========== + +That brings us to the end of the tutorial! Hopefully by now you have a good +feel for the capabilities of MicroPython on the ESP8266 and understand how to +control both the WiFi and IO aspects of the chip. + +There are many features that were not covered in this tutorial. The best way +to learn about them is to read the full documentation of the modules, and to +experiment! + +Good luck creating your Internet of Things devices! -- cgit v1.2.3