| | Re: Rotation Sensors Matthias Jetleb
|
| | (...) While (clueless==true) {Sub speculation()} EndWhile Sub speculation() { O.K. So I'm guessing here, but I have to wonder .... The fix for the rotation sensor was recently published on the net and announced here on Lugnet. Given that it is only (...) (23 years ago, 12-Feb-02, to lugnet.org.ca.rtltoronto)
|
| | |
| | | | Re: Rotation Sensors Trevyn Watson
|
| | | | Dont use subroutines... use functions. Like this: task main() { while(clueless==true) { speculation(); } } void speculation() { blahblahblah(); } Hmm. If youve been spending too much time in NQC, i think this post proves that i've been spending WAY (...) (23 years ago, 12-Feb-02, to lugnet.org.ca.rtltoronto)
|
| | | | |
| | | | | | Re: Rotation Sensors Iain Hendry
|
| | | | "Trevyn Watson" <4tee2@rogers.com> wrote in message news:3C693425.800060...ers.com... (...) TREVYN. TERRIBLE FORM. MINUS SEVEN POINTS FOR YOU@!!!...!!! ARGH!!!...!!! LEARN. HOW. TO. NEST. PROPERLT@%(*@!#%*#@(...%###...### Like this hun. task main() (...) (23 years ago, 16-Feb-02, to lugnet.org.ca.rtltoronto)
|
| | | | |
| | | | | | Re: Rotation Sensors Trevyn Watson
|
| | | | (...) I think a combination of my newsreader and lugnet garbled my tabs and spaces. And then, your quoting garbled them even further. Let's try again: task main() { while(clueless==true) { speculation(); } } void speculation() { (...) (23 years ago, 16-Feb-02, to lugnet.org.ca.rtltoronto)
|
| | | | |
| | | | | | Re: Rotation Sensors Iain Hendry
|
| | | | "Trevyn Watson" <4tee2@rogers.com> wrote in message news:3C6DEAA5.206020...ers.com... (...) That's all I ask. :) (...) True! Because as of right now, I have not got a working robot. And I doubt it will work anyway...! Sad, because it's not even (...) (23 years ago, 16-Feb-02, to lugnet.org.ca.rtltoronto)
|
| | | | |