Skip to content

Commit

Permalink
added textual support
Browse files Browse the repository at this point in the history
  • Loading branch information
blainerothrock committed Jul 3, 2024
1 parent 67815bf commit ea7d517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Create a robot

name = "dink"
name = "WAC-C9B9"
robot = Robot(name)

# assign button A to set LED to blue for 1 second
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
license = "MIT"
authors = [
Expand Down Expand Up @@ -38,7 +38,8 @@ profile = "black"

[tool.poetry.dependencies]
python = "^3.11"
bleak = "^0.22.1"
bleak = "^0.20.1"
textual=="^0.71.0"

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
Expand Down

0 comments on commit ea7d517

Please sign in to comment.