https://github.com/ph-wheels/ms5607
port for ms5607 to uPython
https://github.com/ph-wheels/ms5607
driver library ms5607 pressure upython
Last synced: 6 months ago
JSON representation
port for ms5607 to uPython
- Host: GitHub
- URL: https://github.com/ph-wheels/ms5607
- Owner: ph-wheels
- License: bsd-3-clause
- Created: 2020-04-11T12:56:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T17:51:38.000Z (over 5 years ago)
- Last Synced: 2025-05-14T07:16:52.723Z (9 months ago)
- Topics: driver, library, ms5607, pressure, upython
- Language: Python
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MS5607.py
=====================
A micro python port of the MS5607 wrapper found here:
which has been tested on ESP32
Main source for device specific infomation can be found on
https://www.te.com -> AN520
https://github.com/rsolomon/py-MS5607
which is originates from
https://github.com/cypherkey/RaspberryPi.Net
version
---------------------
0.0.2
revision
--------------------
Added a coeficient prom crc test function
Added a function to obtain temperature & pressure
Added a function for quick test
usage examples in
--------------------
test_ms5607.py
Required imports:
--------------------
Import machine
From machine import I2C
import time