Softblink in NCS/Zephyr

Hi,

I'm asking about the softblink library that was in the NRF5 SDK. Is there anything equivalent that nordic has provided for the new NCS/Zephyr SDK? 

What I liked about it is that it could fade an LED up/down with minimal CPU intervention (I think it used PPI maybe). But there isn't an equivalent in NCS/Zephyr SDK, you'd have to manually do it in code. 

Related