Added links from api category TOC to example category folders

Typo fix in bluetooth README.md
This commit is contained in:
krzychb 2017-01-18 21:04:11 +01:00
parent 0b6598c492
commit 16b23a407c
8 changed files with 16 additions and 1 deletions

View file

@ -8,3 +8,5 @@ Bluetooth API
Bluetooth Common <bt_common>
Bluetooth LE <bt_le>
Example code for this API section is provided in `examples/bluetooth <https://github.com/espressif/esp-idf/tree/master/examples/bluetooth>`_ directory of ESP-IDF repository.

View file

@ -6,3 +6,5 @@ Ethernet API
Ethernet <esp_eth>
Example code for this API section is provided in `examples/ethernet <https://github.com/espressif/esp-idf/tree/master/examples/ethernet>`_ directory of ESP-IDF repository.

View file

@ -14,3 +14,5 @@ Peripherals API
LED Control <ledc>
Remote Control <rmt>
Example code for this API section is provided in `examples/peripherals <https://github.com/espressif/esp-idf/tree/master/examples/peripherals>`_ directory of ESP-IDF repository.

View file

@ -6,3 +6,5 @@ Protocols API
mDNS <mdns>
Example code for this API section is provided in `examples/protocols <https://github.com/espressif/esp-idf/tree/master/examples/protocols>`_ directory of ESP-IDF repository.

View file

@ -10,3 +10,5 @@ Storage API
Virtual Filesystem <vfs>
FAT Filesystem <fatfs>
Example code for this API section is provided in `examples/storage <https://github.com/espressif/esp-idf/tree/master/examples/storage>`_ directory of ESP-IDF repository.

View file

@ -11,3 +11,5 @@ System API
Deep Sleep <deep_sleep>
Logging <log>
Example code for this API section is provided in `examples/system <https://github.com/espressif/esp-idf/tree/master/examples/system>`_ directory of ESP-IDF repository.

View file

@ -6,3 +6,6 @@ Wi-Fi API
Wi-Fi <esp_wifi>
Smart Config <esp_smartconfig>
Example code for this API section is provided in `examples/wifi <https://github.com/espressif/esp-idf/tree/master/examples/wifi>`_ directory of ESP-IDF repository.

View file

@ -1,5 +1,5 @@
# Bluetooth Examples
Note: To use examples in this directory, you need to have Bluetooth enabled in configuration. Run `make menuconfig`, go to `Component config` and verify if you see `[*] Bluetooth`. If not - enable if and save.
Note: To use examples in this directory, you need to have Bluetooth enabled in configuration. Run `make menuconfig`, go to `Component config` and verify if you see `[*] Bluetooth`. If not - enable it and save.
See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.