Back to Parent

// Iint ledPin = D2;
Include Particle Device OS APIs
#include "Particle.h"
void setup() {

    //digitalWrite(ledPin, HIGH); //
    delay(1000);//
    //digitalWrite(lrdPin, LOW); //
    delay(1000);//
    //
}
Click to Expand

Content Rating

Is this a good/useful/informative piece of content to include in the project? Have your say!

0