Hi,
I'm developing a BLE application that is also using FreeRTOS.
I also need to use PWM to control an LED (mainly because the requirements define LED patterns, which is best accomplished using PWM; otherwise I would just use the FreeRTOS timer).
I can see 3 PWM libraries:
- PWM driver
- Low power PWM
- Softblink library
Which one of these is best to use with a FreeRTOS + SoftDevice application?
Thanks
Tim