Search found 1 match
- Wed Sep 14, 2022 3:03 pm
- Forum: General Discussion
- Topic: Problem with BLEDevice library.
- Replies: 1
- Views: 1203
Problem with BLEDevice library.
/** * A BLE client example that is rich in capabilities. * There is a lot new capabilities implemented. * author unknown * updated by chegewara */ #include "BLEDevice.h" #include <Arduino.h> #include <Wire.h> //#include "BLEScan.h" // The remote service we wish to connect to. static BLEUUID service...