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

Use Python contexts to properly handle serial connection #42

Merged
merged 11 commits into from
Aug 21, 2023

Commits on Aug 17, 2023

  1. add context manager for serial

    lobis committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    72498b5 View commit details
    Browse the repository at this point in the history
  2. improve logger messages

    lobis committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9c96f8f View commit details
    Browse the repository at this point in the history
  3. add some setters

    lobis committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    543119f View commit details
    Browse the repository at this point in the history
  4. remove connect option

    lobis committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a06d3ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fedf569 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26a20c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    850ed13 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    a67c8f1 View commit details
    Browse the repository at this point in the history
  2. ABCs

    lobis committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    872264a View commit details
    Browse the repository at this point in the history
  3. fix tests

    lobis committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    63df093 View commit details
    Browse the repository at this point in the history
  4. moved some serial tests

    lobis committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    bd3c5df View commit details
    Browse the repository at this point in the history