1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-09-16 09:52:02 +02:00

module: add Makefile for development commands

This commit is contained in:
cn
2020-08-06 22:01:50 +02:00
committed by Christian Nicolai
parent e36c38d950
commit 346ea6c0de
3 changed files with 30 additions and 2 deletions

View File

@@ -16,6 +16,10 @@ Consult the data sheet and see [demo.py](demo.py) for clues how to use this libr
Not all functions of the chip are supported since I focused on the *forced mode* but data readout and parameter setting should work in *normal mode*, too. Please send pull requests for improvements and bug fixes!
## Develop
Run `make help` to find out about the available development commands.
## License
Python files in this repository are released under the [MIT license](LICENSE) except those parts from other sources which are indicated where appropriate in the files.