LBLE
#include <LBLE.h>
void setup(){
LBLE.begin();
while(!LBLE.ready()){delay(10);}
// now we can call other LBLE library APIs.
}Methods
Last updated
#include <LBLE.h>
void setup(){
LBLE.begin();
while(!LBLE.ready()){delay(10);}
// now we can call other LBLE library APIs.
}Last updated