Skip to content

question about delay in particle example #2

@mertensbart20

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions