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

Custom number of pumps #38

Open aisbergg opened 6 years ago

aisbergg commented 6 years ago

Instead of hard coding the number of pumps to be used it should be dynamically configurable in the config file. So then only those pumps that are actually defined in the config are initialized. Simple reason is that I want to deploy the cocktail mixer at the DiK which contains only 6 pumps. I want to simply disable the unused slots, so the refering GPIOs can be used otherwise.

bockha commented 6 years ago

see also #34 @goergch: extend the MixerControl to support an arbitrary amount of pumps