Arduino-Library
Arduino-Library copied to clipboard
loop every one seconds serial.print
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
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'
}