Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F firmware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 74
    • Issues 74
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • card10card10
  • firmware
  • Merge requests
  • !289

pycardium/utime: add set_time_ms and set_unix_time_ms

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ferdinand Bachmann requested to merge yrlf/firmware:add-set_time_ms into master Aug 31, 2019
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 2

This merge request adds millisecond variants of the set_time functions.

This can be useful in case one wants to change the time without desyncing the milliseconds by accidently resetting them to 0.

Added functions:

  • utime.set_time_ms(ms)
  • utime.set_unix_time_ms(ms)
Edited Sep 09, 2019 by Ferdinand Bachmann
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add-set_time_ms