-
Notifications
You must be signed in to change notification settings - Fork 35
PHProbe part1 #67
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
PHProbe part1 #67
Conversation
jgfoster
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's talk about a minor change to the API.
src/TankControllerLib.cpp
Outdated
| * This the Atlas EZO pH circuit probe. | ||
| */ | ||
| void TankControllerLib::serialEvent1() { | ||
| String string = Serial1.readStringUntil(13); // read the string until we see a <CR> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's modify this to move the read into the PHProbe class.
prestoncarman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTGM
jgfoster
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Unfinished wrapper to PHProbe class