This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

i couldn't able to understand the nrf TWI sensor program

Hi,

i am totally beginner to the nrf  ,i couldn't able to understand the TWI sensor program 

where i will find the API , funtion definition 

 i want to understand each and every line , for this what i want to do 

Parents Reply
  • So perhaps be a bit more specific as to which part(s) you don't understand?

    Knowing how to effectively use your IDE's code browsing facilities (as noted above) is key.

    Other standard techniques:

    • Use the debugger to step through the code and see what's happening
    • instrument your code - with printfs/log output; LEDs; etc - to see what's happening
    • Use a logic analyser, oscilloscope, etc, to see what's happening on the actual hardware 
Children
Related