| | Re: C$ - Code Only
|
| (...) Yeah, is there a crash course page on sending standard IR messages from brickOS? Anyways, I've posted my logic. It takes about 6-7 seconds to make the decisions on a brick (with the sensor polling decreased -- see an old robotics.rcx.legos (...) (21 years ago, 3-Feb-04, to lugnet.org.ca.rtltoronto)
| | | | Re: C$ - Code Only
|
| (...) #include <sys/lnp.h> // I think ... send_msg(move+1); // number from 1-7 ... if (lnp_rcx_message>0) { move = lnp_rcx_message; clear_msg(); } (21 years ago, 3-Feb-04, to lugnet.org.ca.rtltoronto)
| |