2015-12-04 23:12:28 +01:00
|
|
|
site_name: NodeMCU Documentation
|
|
|
|
site_description: Description of the NodeMCU documentation
|
2015-12-05 01:05:14 +01:00
|
|
|
repo_url: https://github.com/nodemcu/nodemcu-firmware/
|
2015-12-14 21:41:06 +01:00
|
|
|
|
2018-10-07 15:59:04 +02:00
|
|
|
theme:
|
|
|
|
name: "readthedocs"
|
2019-01-13 21:19:03 +01:00
|
|
|
strict: false
|
2015-12-17 17:33:43 +01:00
|
|
|
|
2015-12-05 01:05:14 +01:00
|
|
|
markdown_extensions:
|
2015-12-17 17:33:43 +01:00
|
|
|
#http://pythonhosted.org/Markdown/extensions/admonition.html
|
2015-12-14 21:41:06 +01:00
|
|
|
- admonition:
|
2015-12-05 01:05:14 +01:00
|
|
|
- toc:
|
|
|
|
permalink: True
|
2015-12-14 21:41:06 +01:00
|
|
|
|
2016-01-01 15:12:04 +01:00
|
|
|
#requird due to https://github.com/rtfd/readthedocs.org/issues/1313
|
2015-12-27 23:51:54 +01:00
|
|
|
#see http://mkdocs.readthedocs.org/en/latest/user-guide/styling-your-docs/#customising-a-theme
|
2015-12-27 23:49:11 +01:00
|
|
|
extra_css:
|
|
|
|
- css/extra.css
|
2015-12-27 23:51:54 +01:00
|
|
|
extra_javascript:
|
2015-12-27 23:49:11 +01:00
|
|
|
- js/extra.js
|
|
|
|
|
2015-12-04 23:12:28 +01:00
|
|
|
pages:
|
2015-12-27 23:32:07 +01:00
|
|
|
- Overview: 'index.md'
|
2019-01-13 21:19:03 +01:00
|
|
|
- Basics:
|
|
|
|
- Building the firmware: 'build.md'
|
|
|
|
- Flashing the firmware: 'flash.md'
|
|
|
|
- Uploading code: 'upload.md'
|
2020-05-18 19:58:15 +02:00
|
|
|
- JTAG debugging: 'debug.md'
|
2019-01-13 21:19:03 +01:00
|
|
|
- Support: 'support.md'
|
|
|
|
- FAQs:
|
|
|
|
- Lua Developer FAQ: 'lua-developer-faq.md'
|
|
|
|
- Extension Developer FAQ: 'extn-developer-faq.md'
|
|
|
|
- Whitepapers:
|
|
|
|
- Filesystem on SD card: 'sdcard.md'
|
2020-07-27 19:08:19 +02:00
|
|
|
- Writing external C modules: 'modules/extmods.md'
|
2019-01-13 22:13:15 +01:00
|
|
|
- C Modules:
|
2019-01-13 21:19:03 +01:00
|
|
|
- 'adc': 'modules/adc.md'
|
|
|
|
- 'bit': 'modules/bit.md'
|
|
|
|
- 'bthci': 'modules/bthci.md'
|
|
|
|
- 'can': 'modules/can.md'
|
2019-01-18 12:55:26 +01:00
|
|
|
- 'crypto': 'modules/crypto.md'
|
2019-01-13 21:19:03 +01:00
|
|
|
- 'dac': 'modules/dac.md'
|
|
|
|
- 'dht': 'modules/dht.md'
|
|
|
|
- 'encoder': 'modules/encoder.md'
|
2019-07-20 04:47:43 +02:00
|
|
|
- 'eth': 'modules/eth.md'
|
2019-01-13 21:19:03 +01:00
|
|
|
- 'file': 'modules/file.md'
|
|
|
|
- 'gpio': 'modules/gpio.md'
|
|
|
|
- 'http': 'modules/http.md'
|
|
|
|
- 'i2c': 'modules/i2c.md'
|
|
|
|
- 'i2s': 'modules/i2s.md'
|
|
|
|
- 'ledc': 'modules/ledc.md'
|
|
|
|
- 'mqtt': 'modules/mqtt.md'
|
|
|
|
- 'net': 'modules/net.md'
|
|
|
|
- 'node': 'modules/node.md'
|
2019-07-06 14:22:02 +02:00
|
|
|
- 'ota': 'modules/otaupgrade.md'
|
2019-01-13 21:19:03 +01:00
|
|
|
- 'ow (1-Wire)': 'modules/ow.md'
|
2019-06-12 22:36:06 +02:00
|
|
|
- 'pulsecnt': 'modules/pulsecnt.md'
|
2019-01-13 21:19:03 +01:00
|
|
|
- 'qrcodegen': 'modules/qrcodegen.md'
|
|
|
|
- 'sdmmc': 'modules/sdmmc.md'
|
|
|
|
- 'sigma delta': 'modules/sigma-delta.md'
|
|
|
|
- 'sjson': 'modules/sjson.md'
|
|
|
|
- 'sodium': 'modules/sodium.md'
|
|
|
|
- 'spi': 'modules/spi.md'
|
|
|
|
- 'struct': 'modules/struct.md'
|
|
|
|
- 'time': 'modules/time.md'
|
|
|
|
- 'tmr': 'modules/tmr.md'
|
2019-10-27 19:49:56 +01:00
|
|
|
- 'touch': 'modules/touch.md'
|
2019-01-13 21:19:03 +01:00
|
|
|
- 'u8g2': 'modules/u8g2.md'
|
|
|
|
- 'uart': 'modules/uart.md'
|
|
|
|
- 'ucg': 'modules/ucg.md'
|
|
|
|
- 'wifi': 'modules/wifi.md'
|
|
|
|
- 'ws2812': 'modules/ws2812.md'
|