Search found 2 matches

by cuongle
Mon Mar 13, 2017 9:02 am
Forum: General Discussion
Topic: How to delay microsecond
Replies: 2
Views: 18065

Re: How to delay microsecond

kolban wrote:It might be that the function called "ets_delay_us(value)" is what you could use. Its proto type is defined in <rom/ets_sys.h>.
I have done it by your support. Thank you so much.
by cuongle
Sat Mar 11, 2017 1:36 am
Forum: General Discussion
Topic: How to delay microsecond
Replies: 2
Views: 18065

How to delay microsecond

Hi all, I'm a new member.
I want to read analog signal via adc with sample rate about 48khz so when I read via adc and delay about 20us. But I can't find the way how to delay microsecond in esp-idf. Please help me!
Thanks all so much.