Commit 2634a37a authored by james.clarke2's avatar james.clarke2

Update My_Alarm_Sensor

parent cdf7c1f6
const int trigPin = 9;
const int echoPin = 10;
const int buzzer = 11;
const int ledPin = 13;
long duration;
int distance;
int safetyDistance;
#include <ESP8266WiFi.h>
void setup()
{
Serial.begin(115200);
Serial.println();
String apiKey = "9355UKAA8S914XDI";
const char* server = "api.thingspeak.com";
WiFi.begin("Clarke WiFi", "Wheels71");
Serial.print("Connecting");
while (WiFi.status() != WL_CONNECTED)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment