Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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