robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
150 stars 32 forks source link

Common: Added switch block for two outputs #14

Closed michallenc closed 3 years ago

michallenc commented 3 years ago

Added switch block that routes the input to one of the two outputs based on the compare value. Zero value is written to the output that is not currently used.