i've made a LED TUBE sketch, and found that if i call
DMXSerial.init(DMXController,Direction);
twice
wenn mode is already in this mode
DMXController
the Output stops!
after calling DMXSerial.init(DMXController,Direction); again the third time, output starts again.
everytime i call DMXSerial.init(DMXController,Direction); it alternates.
hi,
i've made a LED TUBE sketch, and found that if i call
DMXSerial.init(DMXController,Direction);
twice wenn mode is already in this modeDMXController
the Output stops! after calling
DMXSerial.init(DMXController,Direction);
again the third time, output starts again. everytime i callDMXSerial.init(DMXController,Direction);
it alternates.this is done in
after each button press to change the values in each mode off the LEDTUBE
this only hapends if i call the mode
DMXController
callingDMXProbe
nothing runs bad.here is my whole code
regards maik