I'm working on a board that will use an MSP430 to drive a number of WS2811 LEDs based on commands sent to it over I2C plus a single capacitive touch sensor. With the tight timing requirements, is it still possible to run I2C slave and capsense functions while writing to the LEDs? Likely the LEDs will only update after one of these is detected, but I might have functionality where these inputs affect a constantly running pattern.