Chris
Results
1
comments of
Chris
``` #include BLEService streamService("19B10000-E8F2-537E-4F6C-D104768A1213"); BLEFloatCharacteristic valueCharacteristic("19B10000-E8F2-537E-4F6C-D104768A1216", BLERead | BLENotify); // remote clients will be able to get notifications if this characteristic BLEIntCharacteristic switchCharacteristic("19B10001-E8F2-537E-4F6C-D104768A1214", BLERead | BLEWrite); long previousMillis = 0;...