BottleBuddy / bottle-buddy-embedded

Bottle Buddy Embedded provides the source code for all the code that lives on the Bottle Buddy device.
0 stars 0 forks source link

Component/pipeline #29

Closed j-ka11 closed 3 years ago

j-ka11 commented 3 years ago

Summary

Finished integrating all low level sensors with the pipeline that will be used for the final demo.

Removed PipeFactory class and created ServiceManager class. The PipeFactory class was redundant and the ServiceManager class is used to execute important lifecycle events for each service.

Future Work

The pipeline (aside from individual services) is almost ready for final demo. All that's left is to handle connecting and disconnecting from BLE central devices.