Project - Arduino based DaisyLink module

Only the mainboard should clear the interrupt flag in the Config register. When the mainboard clears the flag, you can take the bus low as long as you were driving the bus and it was not being driven by one of the down stream modules. The interrupt flag and the interrupt signal on the upstream pin are not necessarily in sync.

The trick with DaisyLink interrupts is ensuring that you are playing well with down stream modules.

You are right…
because when I chain the multicolor led, and trigger an interrupt from my module, it works but calling BlinkOnce of the multicolor cause my interrupt to trigger on every call…