This PR integrates the changes made to Service.h and the BLE device files that were implemented for the mid semester demo. They are tested to support dynamic BLE service creation that is able to communicate with the Bottle Buddy app.
Additionally, this PR creates the Cleaning Service.
Future Work
Specifically regarding the pipeline, the two services, WaterIntakeService and CleaningService need to implement their responsibilities.
Summary
This PR integrates the changes made to
Service.h
and the BLE device files that were implemented for the mid semester demo. They are tested to support dynamic BLE service creation that is able to communicate with the Bottle Buddy app.Additionally, this PR creates the Cleaning Service.
Future Work
Specifically regarding the pipeline, the two services,
WaterIntakeService
andCleaningService
need to implement their responsibilities.