Skip to content

Initial write of library#1

Merged
zx100x100 merged 5 commits into
masterfrom
dev
Jun 12, 2026
Merged

Initial write of library#1
zx100x100 merged 5 commits into
masterfrom
dev

Conversation

@zx100x100

Copy link
Copy Markdown
Collaborator

No description provided.

@zx100x100 zx100x100 marked this pull request as ready for review June 12, 2026 20:24
Comment thread tmp119/tmp119.py Outdated
# Minimum standby delay between conversions in continuous-conversion mode
# (CONV[2:0], config register bits 9:7). The total cycle time also depends on
# the averaging setting (see datasheet Table 8-6).
TMP119_DELAY_0_MS = 0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread example.py
exit(1)

# init() configures the fastest update rate. Override it here with low-noise
# settings: average 64 conversions and update roughly once per second.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to have a detailed comment explaining how the delays are related to sample time, like in:

https://github.com/bluerobotics/BlueRobotics_TMP119_Library/blob/master/examples/TMP119_Example/TMP119_Example.ino#L40

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think both of these were already resolved in latter commits, IDK what happened, thanks!

@zx100x100 zx100x100 merged commit 88ee486 into master Jun 12, 2026
10 checks passed
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

Successfully merging this pull request may close these issues.

2 participants