mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-06 06:08:22 +00:00
fixed artnet
This commit is contained in:
parent
e796da41ea
commit
8daf08f505
2 changed files with 0 additions and 8 deletions
|
@ -264,9 +264,6 @@ void setup()
|
|||
{
|
||||
dmx1.write((i + 1), data[i]);
|
||||
}
|
||||
|
||||
//!
|
||||
Serial.println("dmx 1");
|
||||
dmx1.update(); });
|
||||
}
|
||||
|
||||
|
@ -278,10 +275,6 @@ void setup()
|
|||
{
|
||||
dmx2.write((i + 1), data[i]);
|
||||
}
|
||||
|
||||
//!
|
||||
Serial.println("dmx 2");
|
||||
|
||||
dmx2.update(); });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue