diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-02-22 00:38:25 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-02-22 00:38:25 +0100 |
commit | 229193ab96536aa5045e7d1678cab032433599ac (patch) | |
tree | 95b3038b53495b58f65c1d2f577cea6c34b61ac7 /ble | |
parent | 5926b05afa21eaac36c185e7fc458710efa30b02 (diff) | |
download | ble-toys-229193ab96536aa5045e7d1678cab032433599ac.tar.gz ble-toys-229193ab96536aa5045e7d1678cab032433599ac.tar.bz2 ble-toys-229193ab96536aa5045e7d1678cab032433599ac.tar.xz ble-toys-229193ab96536aa5045e7d1678cab032433599ac.zip |
o Reading soil moisture values in a loop.
Diffstat (limited to 'ble')
-rw-r--r-- | ble/Bluetooth.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ble/Bluetooth.h b/ble/Bluetooth.h index 6ed9c76..1a1394e 100644 --- a/ble/Bluetooth.h +++ b/ble/Bluetooth.h @@ -169,7 +169,9 @@ protected: }; /** -* RAII support. +* Right this is only RAII support to properly call shutdown(). +* +* TODO: move getAdapter() here. Make this control all shutdowns. */ class BluetoothSystem { public: |