We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67815bf commit ea7d517Copy full SHA for ea7d517
demo/test.py
@@ -2,7 +2,7 @@
2
3
# Create a robot
4
5
-name = "dink"
+name = "WAC-C9B9"
6
robot = Robot(name)
7
8
# assign button A to set LED to blue for 1 second
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "weallcode_robot"
-version = "3.1.0"
+version = "3.0.4"
description = "Micro:bit TinyBit BLE Python Library"
9
license = "MIT"
10
authors = [
@@ -38,7 +38,8 @@ profile = "black"
38
39
[tool.poetry.dependencies]
40
python = "^3.11"
41
-bleak = "^0.22.1"
+bleak = "^0.20.1"
42
+textual=="^0.71.0"
43
44
[tool.poetry.group.dev.dependencies]
45
black = "^23.3.0"
0 commit comments