-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: deadprogram <[email protected]>
- Loading branch information
1 parent
fa16c65
commit c1d8db9
Showing
2 changed files
with
16 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,11 @@ | ||
0.1.0 | ||
--- | ||
* **linux** | ||
- support for both central and peripheral operation | ||
* **macos** | ||
- support for both central and peripheral operation | ||
* **windows** | ||
- experimental support for both central scanning only | ||
* **nordic semiconductor** | ||
- support for both central and peripheral operation on nRF82840 and nRF52832 | ||
- support for peripheral only on nRF51822 |
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 @@ | ||
package bluetooth | ||
|
||
// Version returns a user-readable string showing the version of the bluetooth package for support purposes. | ||
// Update this value before release of new version of software. | ||
const Version = "0.1.0" |