This repository has been archived by the owner on Jun 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
31 lines (28 loc) · 2.04 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
site_name: Introduction to mbed BLE
docs_dir: Docs
pages:
- ['index.md','Introduction to mbed BLE']
- ['Introduction/Overview.md', 'Introduction to BLE', 'Section overview']
- ['Introduction/BeginnersIntro.md', 'Introduction to BLE', 'mbed BLE for beginners']
- ['Introduction/DevIntro.md', 'Introduction to BLE', 'mbed BLE for developers']
- ['Introduction/BLE_API.md', 'Introduction to BLE', 'The mbed BLE API']
- ['Introduction/BLEInDepth.md', 'Introduction to BLE', 'BLE modes and profiles']
- ['Introduction/ConnectionParameters.md', 'Introduction to BLE', 'Connection parameters']
- ['Introduction/Debugging.md', 'Introduction to BLE', 'Debugging on mbed BLE']
- ['Introduction/Prototyping.md', 'Introduction to BLE', 'Rapid prototyping on mbed BLE']
- ['Introduction/Limitations.md', 'Introduction to BLE', 'Limitations']
- ['mbed_Classic/Overview.md', 'BLE on mbed OS 2.0 and 5.0', 'Section overview']
- ['mbed_Classic/Events.md', 'BLE on mbed OS 2.0 and 5.0', 'Event-driven programming']
- ['mbed_Classic/HeartRate.md', 'BLE on mbed OS 2.0 and 5.0', 'Tutorial: heart rate monitor']
- ['Advanced/Overview.md', 'Advanced samples and features', 'Section overview']
- ['Advanced/CreatingServices.md', 'Advanced samples and features', 'Service templates overview']
- ['Advanced/InputButton.md', 'Advanced samples and features', 'Creating an input service']
- ['Advanced/LEDReadWrite.md', 'Advanced samples and features', 'Creating an actuator service']
- ['Advanced/CustomGAP.md', 'Advanced samples and features', 'Custom GAP advertising packet']
- ['Advanced/GATTEvo.md', 'Advanced samples and features', 'Custom GATT service with Evothings']
- ['Advanced/HighData.md', 'Advanced samples and features', 'High data rate, low latency transfers']
- ['Additional/Overview.md','Additional resources', 'Section overview']
- ['Additional/Abbr.md','Additional resources', 'List of abbreviations']
- ['Additional/BLE_FAQ.md','Additional resources', 'FAQ']
- ['Additional/Links.md','Additional resources', 'Links']
copyright: © ARM Ltd. Copyright 2016 – ARM mbed IoT Device Platform