You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the router function is taking care of all of the command parsing. For code clarity split off the DAC and ADC functionality into separate router functions. The code already parses command syntax such as "XXX:YYYY", e.g. "DAC:WRITE", "ADC:READ".
The text was updated successfully, but these errors were encountered:
Currently the router function is taking care of all of the command parsing. For code clarity split off the DAC and ADC functionality into separate router functions. The code already parses command syntax such as "XXX:YYYY", e.g. "DAC:WRITE", "ADC:READ".
The text was updated successfully, but these errors were encountered: