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
When previously having called any DmxSimple command and therefore have run
dmxBegin(), the DmxSimple.usePin() function does not do anything.
This is because r.208 states:
if (dmxStarted && (pin != dmxPin)) {
while on the previous line:
dmxPin = pin;
the variables are set so to match. This will prevent the if-statement to run.
Original issue reported on code.google.com by [email protected] on 23 Oct 2012 at 10:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 23 Oct 2012 at 10:42The text was updated successfully, but these errors were encountered: