Skip to content

DmxSimple: usePin() change does not work #18

Description

@GoogleCodeExporter
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 m...@hhermsen.nl on 23 Oct 2012 at 10:42

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions