Subject:
|
Re: compiling problem
|
Newsgroups:
|
lugnet.robotics.rcx.nqc
|
Date:
|
Fri, 21 Oct 2005 12:49:30 GMT
|
Viewed:
|
6015 times
|
| |
| |
thanks for the advice rob, it compiled successfully
|
|
Message is in Reply To:
| | Re: compiling problem
|
| You are missing semicolons after the: Wait(turn_time) lines (both) And a code suggestion, instead of: task drive() { while(true) { OnFwd(OUT_A); } } make it: task drive() { OnFwd(OUT_A); while(true) { } } as the motor stays OnFwd until turned off. (...) (19 years ago, 21-Oct-05, to lugnet.robotics.rcx.nqc)
|
6 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|