Skip to content
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

loop every one seconds serial.print #11

Open
prasad305 opened this issue Sep 1, 2019 · 1 comment
Open

loop every one seconds serial.print #11

prasad305 opened this issue Sep 1, 2019 · 1 comment

Comments

@prasad305
Copy link

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

@omaraflak
Copy link
Owner

omaraflak commented Sep 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants