Hello everyone
i have question
i'vedone nRF5_SDK_13.1.0_7ca7556 SAADC example.
but i can't find where these print statements are come from
Anyone can tell me where these are come from?
thank you~~
Hello everyone
i have question
i'vedone nRF5_SDK_13.1.0_7ca7556 SAADC example.
but i can't find where these print statements are come from
Anyone can tell me where these are come from?
thank you~~
Just do a global text search through all the SDK source files for occurrences of, for example, "ADC event number".
Any decent IDE will have a facility to do this - may be called something like "Find in Files"
Or just use your host system's text search facility - eg, grep ...
thanks~~ i find it :)