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
Serial.print("Cell 01- "); // prints the voltage value in the serial monitor Serial.print(input_volt); Serial.println("V"); delay(1000);
1st line ok read from device, but after all lines divide
The text was updated successfully, but these errors were encountered:
I've created a new branch for that issue, but I don't have any hardware right now, do you mind trying and see if it works ?
allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } } dependencies { implementation 'com.github.omaraflak:arduino-library:issue11-SNAPSHOT' }
Sorry, something went wrong.
No branches or pull requests
Serial.print("Cell 01- "); // prints the voltage value in the serial monitor
Serial.print(input_volt);
Serial.println("V");
delay(1000);
1st line ok read from device,
but after all lines divide
The text was updated successfully, but these errors were encountered: