Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ph-wheels/ms5607
port for ms5607 to uPython
https://github.com/ph-wheels/ms5607
driver library ms5607 pressure upython
Last synced: 9 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T17:51:38.000Z (over 4 years ago)
- Last Synced: 2024-11-06T13:56:06.842Z (about 2 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 ESP32Main 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.2revision
--------------------
Added a coeficient prom crc test functionAdded a function to obtain temperature & pressure
Added a function for quick test
usage examples in
--------------------
test_ms5607.pyRequired imports:
--------------------
Import machineFrom machine import I2C
import time