1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-27 21:16:50 +03:00
This commit is contained in:
Ivan Grokhotkov 2015-11-30 09:24:28 +03:00
parent d45fe6a3d3
commit 0eb0418687
4 changed files with 60 additions and 60 deletions

View File

@ -3,27 +3,27 @@ title: Supported Hardware
--- ---
## Table of contents ## Table of contents
* [Adafruit HUZZAH ESP8266 (ESP\-12)](#adafruit-huzzah-esp8266-esp-12) * [Adafruit HUZZAH ESP8266 (ESP\-12)](#adafruit-huzzah-esp8266-esp-12)
* [NodeMCU 0\.9 <a name="user\-content\-nodemcu\-0\-9"></a>](#nodemcu-09-) * [NodeMCU 0\.9 <a name="user\-content\-nodemcu\-0\-9"></a>](#nodemcu-09-)
* [Pin mapping](#pin-mapping) * [Pin mapping](#pin-mapping)
* [NodeMCU 1\.0](#nodemcu-10) * [NodeMCU 1\.0](#nodemcu-10)
* [Olimex MOD\-WIFI\-ESP8266\-DEV](#olimex-mod-wifi-esp8266-dev) * [Olimex MOD\-WIFI\-ESP8266\-DEV](#olimex-mod-wifi-esp8266-dev)
* [Olimex MOD\-WIFI\-ESP8266](#olimex-mod-wifi-esp8266) * [Olimex MOD\-WIFI\-ESP8266](#olimex-mod-wifi-esp8266)
* [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing) * [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
* [SweetPea ESP\-210](#sweetpea-esp-210) * [SweetPea ESP\-210](#sweetpea-esp-210)
* [Generic ESP8266 modules](#generic-esp8266-modules) * [Generic ESP8266 modules](#generic-esp8266-modules)
* [Serial Adapter](#serial-adapter) * [Serial Adapter](#serial-adapter)
* [Minimal Hardware Setup for Bootloading and Usage](#minimal-hardware-setup-for-bootloading-and-usage) * [Minimal Hardware Setup for Bootloading and Usage](#minimal-hardware-setup-for-bootloading-and-usage)
* [ESP to Serial](#esp-to-serial) * [ESP to Serial](#esp-to-serial)
* [Minimal Hardware Setup for Bootloading only](#minimal-hardware-setup-for-bootloading-only) * [Minimal Hardware Setup for Bootloading only](#minimal-hardware-setup-for-bootloading-only)
* [Minimal Hardware Setup for Running only](#minimal-hardware-setup-for-running-only) * [Minimal Hardware Setup for Running only](#minimal-hardware-setup-for-running-only)
* [Minimal](#minimal) * [Minimal](#minimal)
* [Improved Stability](#improved-stability) * [Improved Stability](#improved-stability)
* [Boot Messages and Modes](#boot-messages-and-modes) * [Boot Messages and Modes](#boot-messages-and-modes)
* [rst cause](#rst-cause) * [rst cause](#rst-cause)
* [boot mode](#boot-mode) * [boot mode](#boot-mode)
* [WeMos D1](#wemos-d1) * [WeMos D1](#wemos-d1)
* [WeMos D1 mini](#wemos-d1-mini) * [WeMos D1 mini](#wemos-d1-mini)
## Adafruit HUZZAH ESP8266 (ESP-12) ## Adafruit HUZZAH ESP8266 (ESP-12)

View File

@ -3,25 +3,25 @@ title: File System
--- ---
## Table of Contents ## Table of Contents
* [Flash layout](#flash-layout) * [Flash layout](#flash-layout)
* [Uploading files to file system](#uploading-files-to-file-system) * [Uploading files to file system](#uploading-files-to-file-system)
* [File system object (SPIFFS)](#file-system-object-spiffs) * [File system object (SPIFFS)](#file-system-object-spiffs)
* [begin](#begin) * [begin](#begin)
* [format](#format) * [format](#format)
* [open](#open) * [open](#open)
* [exists](#exists) * [exists](#exists)
* [openDir](#opendir) * [openDir](#opendir)
* [remove](#remove) * [remove](#remove)
* [rename](#rename) * [rename](#rename)
* [info](#info) * [info](#info)
* [Filesystem information structure](#filesystem-information-structure) * [Filesystem information structure](#filesystem-information-structure)
* [Directory object (Dir)](#directory-object-dir) * [Directory object (Dir)](#directory-object-dir)
* [File object](#file-object) * [File object](#file-object)
* [seek](#seek) * [seek](#seek)
* [position](#position) * [position](#position)
* [size](#size) * [size](#size)
* [name](#name) * [name](#name)
* [close](#close) * [close](#close)
## Flash layout ## Flash layout

View File

@ -3,19 +3,19 @@ title: Libraries
--- ---
## Table of Contents ## Table of Contents
* [WiFi(ESP8266WiFi library)](#wifiesp8266wifi-library) * [WiFi(ESP8266WiFi library)](#wifiesp8266wifi-library)
* [Ticker](#ticker) * [Ticker](#ticker)
* [EEPROM](#eeprom) * [EEPROM](#eeprom)
* [I2C (Wire library)](#i2c-wire-library) * [I2C (Wire library)](#i2c-wire-library)
* [SPI](#spi) * [SPI](#spi)
* [SoftwareSerial](#softwareserial) * [SoftwareSerial](#softwareserial)
* [ESP\-specific APIs](#esp-specific-apis) * [ESP\-specific APIs](#esp-specific-apis)
* [OneWire](#onewire) * [OneWire](#onewire)
* [mDNS and DNS\-SD responder (ESP8266mDNS library)](#mdns-and-dns-sd-responder-esp8266mdns-library) * [mDNS and DNS\-SD responder (ESP8266mDNS library)](#mdns-and-dns-sd-responder-esp8266mdns-library)
* [SSDP responder (ESP8266SSDP)](#ssdp-responder-esp8266ssdp) * [SSDP responder (ESP8266SSDP)](#ssdp-responder-esp8266ssdp)
* [DNS server (DNSServer library)](#dns-server-dnsserver-library) * [DNS server (DNSServer library)](#dns-server-dnsserver-library)
* [Servo](#servo) * [Servo](#servo)
* [Other libraries (not included with the IDE)](#other-libraries-not-included-with-the-ide) * [Other libraries (not included with the IDE)](#other-libraries-not-included-with-the-ide)
## WiFi(ESP8266WiFi library) ## WiFi(ESP8266WiFi library)

View File

@ -3,13 +3,13 @@ title: Reference
--- ---
## Table of Contents ## Table of Contents
* [Table of Contents](#table-of-contents) * [Table of Contents](#table-of-contents)
* [Digital IO](#digital-io) * [Digital IO](#digital-io)
* [Analog input](#analog-input) * [Analog input](#analog-input)
* [Analog output](#analog-output) * [Analog output](#analog-output)
* [Timing and delays](#timing-and-delays) * [Timing and delays](#timing-and-delays)
* [Serial](#serial) * [Serial](#serial)
* [Progmem](#progmem) * [Progmem](#progmem)
## Digital IO ## Digital IO