Initial commit. Working blinky

This commit is contained in:
2025-05-30 23:29:27 -06:00
commit d6c9bde4ef
9 changed files with 344 additions and 0 deletions

12
Pipfile Normal file
View File

@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
west = "*"
[dev-packages]
[requires]
python_version = "3.10"