Subject:
|
Re: The BrickOS Task Manager
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Sat, 10 Jan 2004 21:24:32 GMT
|
Viewed:
|
3756 times
|
| |
| |
In lugnet.robotics.rcx.legos, Steve Hassenplug wrote:
> This works.
Thank you very much. That was exactly what I needed. Very much appreciated.
Mike
|
|
Message is in Reply To:
| | Re: The BrickOS Task Manager
|
| (...) This works. Steve ---- #include <unistd.h> #include <dbutton.h> #include <dmotor.h> int MotorSpeed = 0; int RunMotor() { while (!shutdown_requested()) { motor_a_dir(MotorSpeed); } return 0; } int CheckButton() { while (!shutdown_requested()) { (...) (21 years ago, 10-Jan-04, to lugnet.robotics.rcx.legos)
|
15 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|