Willmish / comp0016-farmbeats

Raspberry Pi based IoT project on smart farming with @Avanade
http://students.cs.ucl.ac.uk/2021/group28/
MIT License
2 stars 1 forks source link

Config and Enum files #68

Open angela24680403 opened 2 years ago

angela24680403 commented 2 years ago

This PR collects all pubsub topics into a Config file that can be accessed with the configparser library. The PID constants and setpoints for each subsystem are also extracted into an analysis_constants.py enum file. Testing for these changes is required. The enum file can be extended to include maximum sensor values and threshold values for certain levels of actuation.