Skip to Content
ESP8266 Internet of Things Cookbook
book

ESP8266 Internet of Things Cookbook

by Marco Schwartz
April 2017
Intermediate to advanced
268 pages
5h 36m
English
Packt Publishing
Content preview from ESP8266 Internet of Things Cookbook

Discovering the MicroPython language

In this recipe, we will look at some of the basics of MicroPython. This will give you a clear understanding of the structure and different features of the MicroPython programming environment.

Discovering MicroPython

MicroPython is basically Python with some additional libraries to control boards. It comes with an interactive prompt known as the MicroPython Interactive Interpreter mode or Read-Eval-Print-Loop (REPL). REPL runs and imports scripts from the built-in filesystem. It also comes with several features that enhance your coding experience. These features include:

  • Auto-indent
  • Auto-completion
  • Interrupting a running program
  • Paste mode
  • Soft reset
  • Special variable
  • Raw mode

Auto-indent

The auto-indent feature keeps your ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Internet of Things with ESP8266

Internet of Things with ESP8266

Marco Schwartz
ESP8266 Robotics Projects

ESP8266 Robotics Projects

Pradeeka Seneviratne

Publisher Resources

ISBN: 9781787288102Supplemental Content