Skip to content

question about delay in particle example #2

Description

@mertensbart20

Hello,

Is it necessary to put in the delay of 500ms after "Wire.endTransmission();"?

// Stop I2C Transmission
Wire.endTransmission();
delay(500);
// Request 3 bytes of data
Wire.requestFrom(Addr, 3);

The reason I ask this is because I am using Blynk and they advice not to work with delays in your code.

Thanks in advance,
Bart

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions