Hi everyone;
I have some questions, could you tell me how long 1 cycle machine of Q2686 take?
I need to know how long does it take because I’m communicating with sensor DS1820.
I need to create an 1us delay signal but don’t know how to do that. I tried to create an delay time by this loop:
adl_ioWriteSingle ( MyGpioHandle , ADL_IO_Q2686_GPIO_19,ADL_IO_HIGH );
for (i=0;i<10000;i++){//do nothing}
but it didn’t work as I thought. I tried many other ways to create a delay time for my signal but they’re unsuccessful.
Please help me! Thanks a lot for all suggestions!