IUNO-TDM / PumpControl

An executable for decrypting and running recipe programs on the cocktail mixer
GNU General Public License v3.0
1 stars 3 forks source link

Implement a Strategy Pattern #2

Closed goergch closed 7 years ago

goergch commented 7 years ago

To implement different variations of Pump Drivers (Firmata, GPIO, Simulation) a strategy pattern should be used.

bockha commented 7 years ago

@goergch @JanR2311 please discuss the implementation.