Skip to content

ArduinoCloud.update(); delay occures #319

@punj

Description

@punj

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions