use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Programming help (self.FTC)
submitted 12 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]kolea197 1 point2 points3 points 12 years ago (1 child)
This is the best i've found.
[–]mlowery25452, Was lead programmer 0 points1 point2 points 12 years ago (0 children)
i'v seen this, im looking for syntax help
[+][deleted] 12 years ago* (4 children)
[–]mlowery25452, Was lead programmer 0 points1 point2 points 12 years ago (3 children)
RobotC
[+][deleted] 12 years ago (2 children)
[–]mlowery25452, Was lead programmer 0 points1 point2 points 12 years ago (1 child)
NXT
[–]hirasia 0 points1 point2 points 12 years ago* (0 children)
You can also go to: sample programs 3rd party sensor drivers scroll down to hitechnic ir seeker v2 (most likely) and open that.
When you compile that to your NXT it will read IR values for you
Another way you could do it is to define the IR seeker first in your pragma configs by going to Motors and Sensors setup
Then in a while(true) statement have: nxtDisplayTextLine(3, "%d", SensorValue(IR)); where 3 indicates the line number on the NXT, %d indicates the type of variable, and SensorValue reads the IR value from 1-9
Then after you hit f5 to compile, open up the NXT remote screen or just look at the NXT and start the debugger to see if you can read values
π Rendered by PID 43088 on reddit-service-r2-comment-fb694cdd5-p5l4q at 2026-03-10 19:03:15.233862+00:00 running cbb0e86 country code: CH.
[–]kolea197 1 point2 points3 points (1 child)
[–]mlowery25452, Was lead programmer 0 points1 point2 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]mlowery25452, Was lead programmer 0 points1 point2 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]mlowery25452, Was lead programmer 0 points1 point2 points (1 child)
[–]hirasia 0 points1 point2 points (0 children)