Closed epsi1on closed 1 year ago
Hi. I think line 33 of the file is not necessary:
for x in range(5):
it makes the plot to happen 5 times for all channels instead of 1 time. I've found this bug while trying to visualize a pwm signal: this is how current code visualizes pwm signal:
and after commenting out
Hi. I think line 33 of the file is not necessary:
for x in range(5):
it makes the plot to happen 5 times for all channels instead of 1 time. I've found this bug while trying to visualize a pwm signal: this is how current code visualizes pwm signal:
and after commenting out