mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-20 08:36:41 +08:00
docs(script): Add new docs to script
This commit is contained in:
@ -52,7 +52,10 @@ INPUT = \
|
||||
../../components/esp8266/include/driver/gpio.h \
|
||||
../../components/esp8266/include/driver/i2c.h \
|
||||
../../components/esp8266/include/driver/pwm.h \
|
||||
../../components/esp8266/include/driver/uart.h
|
||||
../../components/esp8266/include/driver/uart.h \
|
||||
../../components/esp8266/include/driver/adc.h \
|
||||
../../components/esp8266/include/driver/spi.h \
|
||||
../../components/esp8266/include/driver/hw_timer.h
|
||||
##
|
||||
|
||||
## Get warnings for functions that have no documentation for their parameters or return value
|
||||
|
@ -6,3 +6,6 @@ API Guides
|
||||
|
||||
Build System <build-system>
|
||||
Partition Tables <partition-tables>
|
||||
System Task <system-tasks>
|
||||
PWM and Sniffer Coexists <pwm-and-sniffer-coexists>
|
||||
FOTA from an Old SDK to the New ESP8266 RTOS SDK (IDF Style) <fota-from-old-new>
|
||||
|
7
docs/en/api-reference/peripherals/adc.rst
Normal file
7
docs/en/api-reference/peripherals/adc.rst
Normal file
@ -0,0 +1,7 @@
|
||||
ADC
|
||||
===
|
||||
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/adc.inc
|
7
docs/en/api-reference/peripherals/hw_timer.rst
Normal file
7
docs/en/api-reference/peripherals/hw_timer.rst
Normal file
@ -0,0 +1,7 @@
|
||||
Hardware Timer
|
||||
==============
|
||||
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/hw_timer.inc
|
@ -6,8 +6,11 @@ Peripherals API
|
||||
|
||||
GPIO <gpio>
|
||||
I2C <i2c>
|
||||
SPI <spi>
|
||||
PWM <pwm>
|
||||
UART <uart>
|
||||
ADC <adc>
|
||||
Hardware Timer <hw_timer>
|
||||
|
||||
Example code for this API section is provided in :example:`peripherals` directory of ESP-IDF examples.
|
||||
|
||||
|
7
docs/en/api-reference/peripherals/spi.rst
Normal file
7
docs/en/api-reference/peripherals/spi.rst
Normal file
@ -0,0 +1,7 @@
|
||||
SPI
|
||||
===
|
||||
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/spi.inc
|
Reference in New Issue
Block a user