mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-02-05 16:45:56 +08:00
添加智能灯固件代码
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Bluetooth Examples for Host Controller Interface
|
||||
|
||||
Note: To use examples in this directory, you need to have Bluetooth enabled in configuration.
|
||||
|
||||
# Example Layout
|
||||
|
||||
This directory includes examples to demonstrate controller interactions by virtual HCI layer and UART.
|
||||
|
||||
## controller_hci_uart
|
||||
|
||||
Demonstrates interaction with controller through HCI over UART.
|
||||
|
||||
See the [README.md](./controller_hci_uart/README.md) file in the example [controller_hci_uart](./controller_hci_uart).
|
||||
|
||||
## controller_vhci_ble_adv
|
||||
|
||||
Demonstrates interaction with controller though virtual HCI layer. In this example, simple BLE advertising is done.
|
||||
|
||||
See the [README.md](./controller_vhci_ble_adv/README.md) file in the example [controller_vhci_ble_adv](./controller_vhci_ble_adv).
|
||||
Reference in New Issue
Block a user