add brainduino test code

This commit is contained in:
2019-08-27 18:12:52 +02:00
parent 8b6cf834b2
commit 3537f9d506
4 changed files with 110 additions and 0 deletions

13
brainduino/Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pyserial = "*"
sanelogging = "*"
[requires]
python_version = "3.7"