From c8e33dec4296d39a213a821bc597444c9a098ffe Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Wed, 13 Apr 2022 03:07:41 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e69de29..95b255c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +This package allows users to access the BLE capabilities of their Kano coding wand using an asynchronous python API. + + API design taken from - https://github.com/GammaGames/kano_wand and then adapted and updated for asynchronous python. + + New version is asynchronous and in addition is not cross playform due to its usage of pybluez instead of BLEAK for BLE access.