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

Reading and writing of GPIOs #33

Closed goergch closed 6 years ago

goergch commented 6 years ago

for IUNO-TDM/MixerControl#117 we need a interface in the pumpcontrol to read and write GPIO Pins.

reading and writing should be possible via the REST API. There should also be events, triggered by changing read signals. this should be implemented in the websocket interface

Configuration and API design should be discussed before implementing the feature