4 years, 3 months ago.

BLE_HeartRate Example with Microsecond Ticker Issue

Hi,

I am trying to run the ble hear rate example on NRF51822 with only one change i.e. using

ticker.attach(periodicCallback, 0.001);

1 Answer

4 years, 3 months ago.

Hi Abdullah,

Could you specify what issue do you have?

Since EventQueue is used in this example, I'd advise you to use EventQueeu for your periodicCallback.

Regards, Desmond