forkineye / ESPAsyncE131

Asynchronous E1.31 (sACN) library for Arduino ESP8266 and ESP32
128 stars 28 forks source link

Added callback support. #18

Closed MartinMueller2003 closed 3 years ago

MartinMueller2003 commented 3 years ago

Added a no copy callback function to process E1.31 data in near real time.

tresler commented 5 months ago

Please, it would be possible to create example with callback function?

MartinMueller2003 commented 5 months ago

Look at the ESPixelStick E1.31 Input function. You will see how I used it.