FieldLine API README
Prerequisits:
- Python 3.8 needs to be installed - due to an issue in the shared memory library that was fixed
- Download api-example.zip and fieldline_api_XXX.whl
- Download and extract api-example.zip
- cd api-example
- python3.8 -m venv venv
- . venv/bin/activate
- pip install -r requirements-api.txt
- pip install
- python main.py
Release Notes: 0.0.13 - add SENSOR_READY state 0.0.12 - fix wrong file include 0.0.11 - Add sensor status call 0.0.10 - Few API cleanup items 0.0.2 - add start_adc and stop_adc calls 0.0.1 - initial release