Up for Review: nRF51 series BLE temp sensor

tracecom

Joined Apr 16, 2010
3,944
I would suggest the following changes to this sentence.

Secondly, if the sensor was going to be ran on batteries the code can be modified to use the sd_evt_wait function to sleep until a timer event wakes up to read the temperature.

If the sensor is going to run on batteries, the code can be modified to use the sd_evt_wait function. This will allow the sensor to sleep until awakened by a timer event to read the temperature.
 
Top