Commit 291ed43c by satsob

RF24

parent 3a4a29b4
Showing with 0 additions and 1 deletions
...@@ -12,7 +12,6 @@ BTLE btle(&radio); // Create BTLE object to work with the BTLE library. ...@@ -12,7 +12,6 @@ BTLE btle(&radio); // Create BTLE object to work with the BTLE library.
void setup() { void setup() {
/* Start the Serial and btle. */ /* Start the Serial and btle. */
Serial.begin(9600); Serial.begin(9600);
// while (!Serial) { }
// Serial.println("BTLE advertisement receiver"); // Serial.println("BTLE advertisement receiver");
btle.begin(""); btle.begin("");
} }
......
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 sign in to comment