Skip to content
Snippets Groups Projects
Commit e3d2b295 authored by Arnaud Blanchard's avatar Arnaud Blanchard
Browse files

Update README.md

parent 2217645d
No related branches found
No related tags found
No related merge requests found
......@@ -10,16 +10,18 @@ Library providing command line program facilities
Program main loop
=================
BLC_COMMAND_LOOP(period in micro seconds)
**BLC_COMMAND_LOOP**(period in micro seconds)
- Eventually acquires the profiling data.
- Check if it is the iteration limit and pauses in this case.
- Wait for the keyboard or the waiting semaphores
- Ready to start, updates the timer
{
Your main activity
Your computation
}
- Compute the time of the loop
- Post the enventual posting semaphores
- Eventually wait for more time (if it is faster that the requested period )
Tutorial
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment