Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions 3V.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <FirebaseArduino.h>
#include <Servo.h>
// Set these to run example.

#define FIREBASE_HOST "test-1b6b7.firebaseio.com"
#define FIREBASE_AUTH "7zVayxDV3ljh9Xg6zK6iIitZy9985hgc2KNmTENg"

Expand Down Expand Up @@ -52,7 +51,6 @@ volatile byte state = HIGH;
int a=Firebase.getInt("");
}


void loop() {


Expand Down