-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Hello!,
I've attached a 3x4 matrix keypad and integrated the code with Arduino IoT cloud. However, I could see that
after writing ArduinoCloud.update(); it prints after a delay of about a second and therefore if any key is pressed during that particular moment is not being captured.
void loop() {
ArduinoCloud.update();
Serial.println(" PRINT CONTINUOSLY" );
}
Can somebody help me to run both of the lines of code independently without blocking?
I really appreciate any help you can provide.
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project