We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Perhaps spin off into separate library for more code reusablity by others, and then instantiate class, e.g.,
HardSerial _Serial1(1); HardSerial _Serial2(2); HardSerial _Serial3(3);
and then use these later throughout the code while passing a HardSerial object to functions.
The text was updated successfully, but these errors were encountered:
This will be for a future version of the ALog -- the ATMega328 version (current one) has only one Serial input.
Sorry, something went wrong.
No branches or pull requests
Perhaps spin off into separate library for more code reusablity by others, and then instantiate class, e.g.,
and then use these later throughout the code while passing a HardSerial object to functions.
The text was updated successfully, but these errors were encountered: