Hello there, I have a couple questions about the mllite_test.c file and how it works.
What is the frequency of the main loop?
Does the main loop wait for any interrupts (timers, gpio, etc)?
I'm looking to add some custom code but I'm wondering how much time I have between frames, and where might be the best place to insert my code.
Thank you,
Paul
- Log in to post comments
phpbb Topic ID
15882
Re: Re: General mllite_test.c questions, data transfer rate
Are you asking about data streaming frequency? This can be set. By looking at the code you can see if there is any background loop going on.