Airthings / wave-reader

MIT License
50 stars 18 forks source link

Imperial number output #5

Open cjdock opened 4 years ago

cjdock commented 4 years ago

Any way to make the output imperial versus metric? The only issue I had with the install was getting libglib2.0-dev installed. After much pain, the fix was simple: sudo apt-get update

orjangj commented 4 years ago

If you want to have the readings in imperial, then I suggest modifying the wave_reader.py script to your liking. The easiest way would probably to modify the scalings that are performed in the read() method of class Wave.