Restart project based on regular ESP32 and Microdot

This commit is contained in:
Lexi / Zoe 2022-11-04 20:28:35 +01:00
parent 167847cd28
commit 56e7a1d2de
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
12 changed files with 1661 additions and 119 deletions

12
requirements.txt Normal file
View file

@ -0,0 +1,12 @@
# Dev dependencies required by PyCharm's MicroPython plugin
adafruit-ampy
click
docopt
pyserial
python-dotenv
# MicroPython stubs (because why should PyCharm's MicroPython plugin come with proper stubs?)
micropython-esp32-stubs~=1.19.1
# Project dependencies
microdot~=1.2