Hello,
I recently decided to upgrade an Arduino project to you nice and well documented products :)
I successfully built and run the example provided here and tried to implement my very first function : a time based serial logger. I then rushed into the nRF5_SDK_16.0.0_98a08e2 examples and thought the peripheral>timer was the perfect match.
Unfortunatelly,, includes do not seem to work
#include <stdbool.h> //OK
#include <stdint.h> //OK
#include "nrf.h" //OK