|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools |
Rating:
|
Display Modes |
|
#9
|
||||
|
||||
|
Re: Challenge problem: 'ladder of abstraction' iterative design in FRC
Quote:
Code:
void sleep(float length){
float start=get_time();
while(get_time()<start+length);
}
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|