-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configs: Add an example defconfig for BLE central mouse
Add an defconfig for BLE central example application that connects with BLE HID mouse device.
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
This configuration contains required options to use BLE central example | ||
application that connects with BLE HID mouse device. | ||
|
||
[Source path] | ||
examples/ble_mouse_central |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+BLUETOOTH=y | ||
+BLUETOOTH_NRF52=y | ||
+EXAMPLES_BLE_MOUSE_CENTRAL=y | ||
+EXTERNALS_MICRO_ECC=y | ||
+EXTERNALS_NRF52=y |