Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

drivers/sensor/mcp9808: Add MCP9808 temperature sensor driver.#958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
MarcoMiano wants to merge4 commits intomicropython:master
base:master
Choose a base branch
Loading
fromMarcoMiano:mcp9808

Conversation

@MarcoMiano
Copy link

@MarcoMianoMarcoMiano commentedJan 1, 2025
edited
Loading

Add single-file module for the Microchip MCP9808 precision temperature sensor. The module provides a class for reading the emperature and for configuring the sensor. It has type/value checking for some of the critical parts of the configuration as well as a debug mode for easier testing during development.

It includes a test file designed to run directly on a board with a sensor connected to test both the module and the sensor.

Both module and tests file are thoroughly documented in the code directly. For more information read README.md onhttps://github.com/MarcoMiano/mip-mcp9808

edit:
It is my first pr here so bear with me with all this pre-commit stuff... (had black fighting with ruff in vscode for a moment)
I still don't get what the check doesn't like in my commits... I don't want to use my email to sign-off stuff.

Add single-file module for the Microchip MCP9808 precision temperaturesensor. The module provides a class for reading the temperature and forconfiguring the sensor. It has type/value checking for some of thecritical parts of the configuration as well as a debug mode for easiertesting during development.It includes a test file designe to run directly on a board with a sensorconnected to test both the module and the sensor.Both module and tests file are thoroughly documented in the codedirectly. For more information read README.md on MarcoMiano/mip-mcp9808Signed-off-by: MarcoMiano <58668074+MarcoMiano@users.noreply.github.com>
@MarcoMianoMarcoMiano reopened thisJan 1, 2025
Signed-off-by: MarcoMiano <58668074+MarcoMiano@users.noreply.github.com>
@MarcoMianoMarcoMiano marked this pull request as ready for reviewJanuary 1, 2025 20:24
Signed-off-by: MarcoMiano <58668074+MarcoMiano@users.noreply.github.com>
ruff suggest to use .isinstance() to check class type but bool doen'thave .isinstance() method.ruff suggest to use only float in some places but i don't like itthe code should be more flexible.Signed-off-by: MarcoMiano <58668074+MarcoMiano@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@MarcoMiano

[8]ページ先頭

©2009-2025 Movatter.jp