summaryrefslogtreecommitdiff
path: root/docs/esp8266
AgeCommit message (Collapse)Author
2016-05-03docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.Paul Sokolovsky
At http://micropython.org/webrepl .
2016-05-03esp8266/tutorial: Mention that esptool is available via pip.Damien George
2016-05-03docs/esp8266/tutorial: Update pins tutorial to reflect changes in API.Damien George
2016-05-03docs/esp8266: Add ESP8266 tutorial.Damien George
2016-05-02docs/esp8266/general: Add "Boot process" section.Paul Sokolovsky
2016-05-02docs/esp8266/general: Add techspec section.Paul Sokolovsky
Link to vendor forum with datasheets, etc. is provided, as well as inline TTX.
2016-05-02docs/esp8266/general: Fix list formatting.Paul Sokolovsky
2016-05-02docs/esp8266/general: Add more points to "Multitude of boards" section.Paul Sokolovsky
2016-05-02docs/esp8266/general: WebREPL is described in quickref for now.Paul Sokolovsky
2016-05-01docs/esp8266/quickref: Add info about WebREPL.Paul Sokolovsky
2016-04-28docs/esp8266: Update quickref to reflect changes to 1-wire and NeoPixel.Damien George
2016-04-22docs/esp8266/tutorial: Add tutorial placeholder page.Paul Sokolovsky
2016-04-21docs/esp8266: Add info about using deep-sleep mode to quickref.Damien George
2016-04-21docs/esp8266/general: Start "General information" for esp8266.Paul Sokolovsky
2016-04-05docs/esp8266/quickref: Add note about physical vs logical pin numbers.Paul Sokolovsky
2016-03-25docs/esp8266/quickref: Add note about GPIO16.Paul Sokolovsky
2016-03-25docs/esp8266/quickref: Note that timers supported are virtual ones.Paul Sokolovsky
2016-03-16docs/esp8266: Update quick reference: i2c.readfrom and neopixel example.Damien George
2016-03-09docs/esp8266: Fix indent errors, typos, and add info about REPL UART.Damien George
2016-03-09docs/esp8266: Minor tweaks to quickref, Timer and I2C classes.Damien George
2016-03-08docs: Add esp8266 quick reference page, with basic info.Damien George