|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools |
Rating:
|
Display Modes |
|
#21
|
|||
|
|||
|
Re: Thread scheduler for PID period control ?
Quote:
Code:
// begin thread new_time = get_time(); delta_time = new_time - previous_time; previous_time = new_time; . .// do stuff here . // end thread |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|