Pulseout is a Basic language command , which is to generate pulse (10-us resoultion), I do know if there is related function in c language. I was also tried to simulated this function using the following code
Code:
output_high(PIN_A0);
delay_ms(1); //delay time could be any numaber
output_low(PIN_A0);
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum