claudeheintz / LXDMXEthernet_library

Library for Arduino with Ethernet Shield implements Art-Net and sACN with example DMX output using USART serial
BSD 3-Clause "New" or "Revised" License
26 stars 6 forks source link

Artnet short name change #5

Closed elektroservis closed 6 years ago

elektroservis commented 6 years ago

solved

claudeheintz commented 6 years ago

In order for the library to run on an Atmega328 (Uno) the long and short names are stored in an array that holds the contents sent as a poll reply. A pointer to this array is accessible with replyData(). However, I just added shortName() and longName() which provide pointers into the poll reply array at the correct indexes to make things easier. (Also, I added setting the long and short names remotely with an artAddress packet)