Hi,
I need some clarification about how to create multiple Timer functions?
my application is to
1. read the VDD supply for every 10 sec
2. after BLE connected to mobile phone rssi value read for every 5 sec
3. need to read the sensor data for every 2 sec
and also i need to differentiate single button function like single press, double press and long press
I am using nRF52832 SDK15.3 in segger embedded studio .
Is there any predefined code for multiple Timer functions?