robertobucher / pysimCoder

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

nuttxPWM: switch order of double parameters to match xblk file #43

Closed michallenc closed 2 years ago

michallenc commented 2 years ago

Change double params order from [umin, umax, freq] to [freq, umin, umax] so they are matched with corresponding xblk file. Wrong order results in parameters' names not being correctly matched.

The change does not affect block's functionality.