• Explanation of code
    Hi can someone please help with the explanation of this code below, more importantly how does the uC 'see' the Sqrs: line at the end of the code I am interested in something similar in a project...
  • Explanation
    Hello Below are the functions to convert a 3 digit decimal to BCD format and to convert from 3 digit BCD to Binary. Can anyone please explain it clearly?? /*********************************...
  • explanation needed
    i dont understand yet this stuff of RTOS any explanation please?
  • c code explanation
    please can some one explain to me how this dt works i don't understand he didn't assigned any value to dt and he compares it and used & please can some one explain to me how this Bitwise and & operator...
  • explanation and pin configuration for code in lpc2148
    int x; PINSEL0 = (PINSEL0 & 0x3FFF3FF0) | 0x00000005; // Configure pins for touch screen PINSEL1 = (PINSEL1 & 0xC3FFFFFF) | 0x10000000; IO0DIR = (IO0DIR & 0xDFFF7F7F) | 0x00008080; IO0SET = IO0SET...