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

Serial plotter Implementation #250

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

FoamyGuy
Copy link

resolves: #244

Supersedes: #245 which I accidentally merged the wrong branch to and ended up with failing CI + some changes that were unrelated to the plotter.

Screenshot:
image

Automatic parsing of printed lines support the following formats:

  • single value i.e. 42.92
  • comma seperated values i.e. 42.92, 21.29, -18.13
  • Values in a list i.e. [42.92, 21.29, -18.13]
  • Values in a tuple i.e. (42.92, 21.29, -18.13)

I have tested only USB workflow and testing was performed on a feather esp32-s3 TFT with an I2C accelerometer attached.

Copy link
Collaborator

@makermelissa makermelissa left a comment

Choose a reason for hiding this comment

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

I haven't tested, but it looks good.

@makermelissa makermelissa merged commit 9794dbf into circuitpython:beta Sep 11, 2024
1 check 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