Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor SHT30 #192

Open
jr1221 opened this issue Nov 7, 2024 · 1 comment
Open

Refactor SHT30 #192

jr1221 opened this issue Nov 7, 2024 · 1 comment

Comments

@jr1221
Copy link
Contributor

jr1221 commented Nov 7, 2024

Description

Right now SHT30 has a bunch of HAL_Master_* that differs from how we typically do it. That is kinda OK, but lets improve on this.

Depends on #sh

Acceptance Criteria

  • Uses HAl_mem_* functions if possible
  • CRC is checked and reported upon
  • Humidity and temperature are recieved in float form with good precision

Proposed Solution

See above for list of changes.

@dyldonahue
Copy link
Contributor

there is a PR that makes this platform agnostic, so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants