Commit 16e50678 by satsob

RF24

parent 30bbc2f1
Showing with 3 additions and 0 deletions
......@@ -6,6 +6,9 @@
RF24 radio(9,10); // Create RF24 object to work with the RF24 library.
BTLE btle(&radio); // Create BTLE object to work with the BTLE library.
// Replace! "CustomName" to the name of your device. Password - maximum length (14)! characters
#define PASSWORD "CustomName"
void setup() {
/* Start the Serial and btle. */
Serial.begin(9600);
......
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