docs(esp8266): Modify for ESP8266 platform

This commit is contained in:
Dong Heng
2018-11-13 14:48:21 +08:00
parent 0a0290c5ef
commit 3cc752b654
35 changed files with 343 additions and 626 deletions

View File

@ -0,0 +1,13 @@
Peripherals API
***************
.. toctree::
:maxdepth: 1
GPIO <gpio>
I2C <i2c>
PWM <pwm>
UART <uart>
Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.