Arduino-Library icon indicating copy to clipboard operation
Arduino-Library copied to clipboard

loop every one seconds serial.print

Open prasad305 opened this issue 6 years ago • 1 comments

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

prasad305 avatar Sep 01 '19 11:09 prasad305

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'
   }

omaraflak avatar Sep 01 '19 12:09 omaraflak