| | Re: IC 4.01 - RCX advanced library
|
| I just found this in the sample programs that came with IC 4.01. Will this work? Scott /* COMMUNICATION */ void IRLong(){ /* Long range IR*/ callml(0,0x11); } void IRShort(){ /* short range IR */ callml(0,0x12); } void disableirpackets(){ /* (...) (22 years ago, 29-Oct-02, to lugnet.robotics)
| | | | Re: IC 4.01 - RCX advanced library
|
| Hi Scott, it's the same. I reformatted it to get it better readable. I wanted to understand what the author did in his programming. Ralf Am 2002-10-29 4:39 Uhr schrieb "Scott Davis" unter <rcx2man@hotmail.com>: (...) (22 years ago, 29-Oct-02, to lugnet.robotics)
| |