Skip to content

ContemPlant/PI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Coordinator (RasPi)

Usage

Prequesites

This project needs following dependencies

  • Python version 3.6
  • Python virtualenv
  • Driver for serial ports

Installing

Enter virtualenvironment and install dependencies

virtualenv venv
source venv/bin/activate
pip install -r deps.txt

Start listening

python src/main.py

To run the script in failsafe mode

./start.sh

Testing

To run the test suite simply run

python -m unittest discover

Built With

License

This project is licensed under the MIT License

Acknowledgements

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published