![]() |
Data Gator
Hardware and software documentation for the Data Gator project.
|
This file implements BLE Sensor generic interface. More...
Go to the source code of this file.
Classes | |
class | BLESensor |
Defines a bluetooth low energy (BLE) interface for integrating new sensors into the DG firmware. More... | |
This file implements BLE Sensor generic interface.
BLESensor is the parent class for all bluetooth low energy sensors which are currently implemented for the Data Gator firmware architecture.
At this time (Fall 2023), only temperature and humidity sensors are supported, but it is possible that other types could be supported, requiring the parameters passed to toJSON(..) to change.