https://github.com/b-ryan/standuino
Code to monitor an arduino for sitting / standing
https://github.com/b-ryan/standuino
Last synced: 3 months ago
JSON representation
Code to monitor an arduino for sitting / standing
- Host: GitHub
- URL: https://github.com/b-ryan/standuino
- Owner: b-ryan
- Created: 2013-12-12T22:28:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T15:37:57.000Z (over 10 years ago)
- Last Synced: 2025-08-17T21:42:03.957Z (5 months ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# standuino
This is the companion library to https://github.com/b-ryan/standuino-arduino.
It reads data from an arduino and does stuff with the data.
## Development
Set up a virtual environment and install the requirements:
```
mkvirtualenv standuino
pip install -r requirements.txt -r dev_requirements.txt
```
## Tests
```
make test
```