andrewsg3 / gurgi_ws1

This repo contains all code necessary to run a raspberry-pi enabled weather station designed to support GUR's Saltire-II launch.
https://www.gurocketry.com/
The Unlicense
0 stars 0 forks source link

Importing sensors #16

Open andrewsg3 opened 2 years ago

andrewsg3 commented 2 years ago

So basically we have created a file for each sensor: "climate.py", "windvane.py" etc.

We need to import this into app.py which is located in software/web/app. but the sensor drivers are in software/drivers. so we need to import from a folder which is back a directory.