-
Notifications
You must be signed in to change notification settings - Fork 51
maintain time.monotonic precision by using adafruit_ticks #210
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
70f963b
maintain time.monotonic precision by using ns integer timestamps
kevin-tritz 89bf045
formatted with Black
kevin-tritz 639160a
added _ns suffix to vars and func
kevin-tritz 9af0e3f
reverted func name back to get_monotonic_time to pass build check
kevin-tritz 120d8a9
retain imprecise get_monotonic_time, add precision get_monotonic_time…
kevin-tritz 5378f8f
reverted timestamps back to using ticks_ms from adafruit_ticks library
kevin-tritz 51b0550
fix ping_timeout
kevin-tritz 5b0c8cc
add adafruit_ticks to requirements.txt
kevin-tritz 5ad6abb
revert
kevin-tritz 2e3caae
Merge branch 'timestamp_ns' of https://github.com/kevin-tritz/Adafrui…
kevin-tritz bce70b2
add adafruit_ticks to requirements.txt
kevin-tritz 92035c0
try lower case in requirements.txt
kevin-tritz 1dd4652
ok, adafruit-circuitpython-ticks
kevin-tritz d5626ec
fix end of file error?
kevin-tritz 128e3f0
purge last remnants of time.monotonic(), get rid of imprecise_time ar…
kevin-tritz 830af78
remove test_loop dependence on mqtt.get_monotonic_time function
kevin-tritz 82d6f9d
timestamp uses ticks_ms
kevin-tritz a1eec26
fix ticks_ms ref
kevin-tritz e873f43
modify ping_timeout test for 3 res
kevin-tritz 804d7f7
black formatting
kevin-tritz b569ce7
Remove micropython from docs/conf.py
kevin-tritz 89bd1e1
make loop ping timeout test more robust
kevin-tritz ee32e5e
cleaned up test_loop
kevin-tritz 93b7b3e
fixed up ping_timeout
kevin-tritz 4272252
ok, reverted all of the black reformats and just formatted minimqtt.py
kevin-tritz 4486578
Merge branch 'main' into timestamp_ns
kevin-tritz 1ffbe5e
fix for timeout test
FoamyGuy 2d562af
tolerance value instead of rounding
FoamyGuy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.