Adding refactored classes for ble sensing with working data collection again

This commit is contained in:
Lucas Oskorep
2019-11-08 18:56:58 -06:00
parent 564eed46d5
commit 40c4e01f55
8 changed files with 112 additions and 92 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ CHARACTERISTIC_UUIDS = {
("64a7000c-f691-4b93-a6f4-0968f5b648f8"): ACCELEROMETER, # Accel
("64a70007-f691-4b93-a6f4-0968f5b648f8"): BATTERY,
("64a70014-f691-4b93-a6f4-0968f5b648f8"): TEMPERATURE,
("64a70021-f691-4b93-a6f4-0968f5b648f8"):MAGNETOMETER
("64a70021-f691-4b93-a6f4-0968f5b648f8"): MAGNETOMETER
} # <--- Change to the characteristic you want to enable notifications from.