Hi,
Where is nrf_delay.c
in SDK 12?
Was in 10 and 11 and now gone from 12...
Regards, Pawel
Hi,
Where is nrf_delay.c
in SDK 12?
Was in 10 and 11 and now gone from 12...
Regards, Pawel
You should have a look at the Blinky example available in nRF5_SDK_12.0.0_12f24da/examples/peripheral/blinky/main.c
.
The nRF delay driver is now available here: nRF5_SDK_12.0.0_12f24da/components/drivers_nrf/delay/nrf_delay.h
That's the header file. Where is the 'c' source file?
There is no c file, the nrf_delay_ms is now in the header file nrf_delay.h mentioned in Christopher's answer