Add Service and MqttSubscriber classes

- Create utils dir and move utils.py there
This commit is contained in:
2023-10-29 20:56:03 -03:00
parent 7df3639923
commit e0422f066b
6 changed files with 84 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ packages = [{include = "motor_passo"}]
[tool.poetry.dependencies]
python = "^3.9"
rpi-gpio = "^0.7.1"
paho-mqtt = "^1.6.1"
[tool.poetry.group.dev.dependencies]