Hi , I need to check the frequency of a digitalwave. It is important to do this precise. I must be able to differ periods like 28us 26us and more.
Since arduino provides 1us delay at it's shortest , it is very useless for this. I think I must be able to do this using Spi. Since spi can read up to 8mhz which gives 1us/8 , I can track when a digital signal goes 5 and goes 0 precisely.
Can I use arduino uno as a perfect slave which reads continously ?
How can I manipulate the sck pin ?
Since arduino provides 1us delay at it's shortest , it is very useless for this. I think I must be able to do this using Spi. Since spi can read up to 8mhz which gives 1us/8 , I can track when a digital signal goes 5 and goes 0 precisely.
Can I use arduino uno as a perfect slave which reads continously ?
How can I manipulate the sck pin ?

