mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/python-aioblescan: new package
Python library to scan and decode advertised BLE info. Uses asyncio. https://github.com/frawau/aioblescan Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1e61048ee1
commit
74a43e2517
7
package/python-aioblescan/Config.in
Normal file
7
package/python-aioblescan/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOBLESCAN
|
||||
bool "python-aioblescan"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Scanning Bluetooth for advertised info with asyncio.
|
||||
|
||||
https://github.com/frawau/aioblescan
|
||||
Reference in New Issue
Block a user