News

#define TRIGGER_PIN 12 // Arduino pin tied to trigger pin on the ultrasonic sensor. #define ECHO_PIN 11 // Arduino pin tied to echo pin on the ultrasonic sensor. #define MAX_DISTANCE 100 // Maximum ...
This will create a private (only visible by you) library that you can use in other projects. Do particle library add New_Ping_myname to add the library to a project on your machine or add the New_Ping ...