This commit is contained in:
Gilles Boccon-Gibod
2023-10-01 14:15:17 -07:00
parent 99bc92d53d
commit ad13b11464
11 changed files with 37 additions and 40 deletions

View File

@@ -67,16 +67,14 @@ nav:
- Zephyr: platforms/zephyr.md
- Examples:
- Overview: examples/index.md
<<<<<<< HEAD
- Extras:
- Overview: extras/index.md
- Android Remote HCI: extras/android_remote_hci.md
=======
- Hive:
- Overview: hive/index.md
- Speaker: hive/web/speaker/speaker.html
- Scanner: hive/web/scanner/scanner.html
>>>>>>> 2e9fb96 (wip (+5 squashed commits))
- Heart Rate Monitor: hive/web/heart_rate_monitor/heart_rate_monitor.html
copyright: Copyright 2021-2023 Google LLC

View File

@@ -26,4 +26,5 @@ Virtual Devices
---------------
* [Speaker](web/speaker/speaker.html) - Virtual speaker that plays audio in a browser page.
* [Heart Rate Monitor](web/heart_rate_monitor/heart_rate_monitor.html) - Virtual heart rate monitor.

View File

@@ -13,3 +13,9 @@ name = "scanner"
description = "Simple Scanner Application"
type = "Application"
url = "scanner/scanner.html"
[[index]]
name = "heart-rate-monitor"
description = "Virtual Heart Rate Monitor"
type = "Device"
url = "heart_rate_monitor/heart_rate_monitor.html"