initial commit

This commit is contained in:
2020-02-26 10:47:21 -07:00
commit b51d5b5b6f
4 changed files with 390 additions and 0 deletions

17
Software/python/Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
numpy = "*"
matplotlib = "*"
scipy = "*"
adafruit-circuitpython-servokit = "*"
adafruit-circuitpython-ads1x15 = "*"
[requires]
python_version = "3.6"