README¶
Arduino Temperature Sensors¶
The arduino-temperature-sensors is a readout and logging software for the EPIC temperature sensors.
Dependencies¶
The package arduino-temperature-sensors has the following pre-requisites:
Python 3.6 and pip 10.0 are the minimum required versions to build and install arduino-temperature-sensors and its dependencies. It is recommended to install and run arduino-temperature-sensors (and any other package, for that matter) under a virtual environment.
libpq, a C library that implements connections to the PostgreSQL backend server. It is used by the package lab-utils to connect to the PostgreSQL backend, manage database structure and save new data entries.
Getting Started¶
TODO: pip package available now
Usage¶
To use a the arduino-temperature-sensors package, TODO
Authors¶
Carlos Vigo - Initial work - GitLab
Contributing¶
Please read our contributing policy for details on our code of conduct, and the process for submitting pull requests to us.
Versioning¶
We use Git for versioning. For the versions available, see the tags on this repository.
License¶
This project is licensed under the GNU GPLv3 License
Built With¶
PyCharm Professional Edition - The IDE used
Sphinx - Documentation
Acknowledgments¶
Nobody so far