micropython-bmp280
micropython-bmp280 copied to clipboard
Move constants to constants.py
When I added all the constants from the spec the file grew quite a bit. I'm considering seperating them into a separate file you can use if you need them. This would reduce the file so that it can be more easily used on SoC with restricted storage.