mikey beck

DOT COM

  • Home
  • Blog
  • About
  • Contact Me
  • upload

[currently viewing: /LegoNXT/9_mode.nqc]
click here for plain text version
 
task main()
{
  SetSensorType(SENSOR_1,SENSOR_TYPE_TOUCH);
  SetSensorMode(SENSOR_1,SENSOR_MODE_PULSE);
  while(true)
  {
    ClearSensor(SENSOR_1);
    until (SENSOR_1 >0);
    Wait(100);
    if (SENSOR_1 == 1) {Off(OUT_A+OUT_C);}
    if (SENSOR_1 == 2) {OnFwd(OUT_A+OUT_C);}
  }
}
 
 


    • mikey beck
  • Search

  • PHP

    • Monty Hall Problem simulation
    • hack scripts
    • Get IP address
    • IP address info lookup
    • Google Pagerank Checker
    • RSS to Twitter feed
    • Display user agent string
    • MozRank checker
    • QR Code generator
  • Facebook

    • Facebook UnFriend Finder
  • .htaccess

    • .htaccess file generator
  • Graphics

    • Blender - Scissors
    • Triangle Ray Tracer
  • Lego NXT

    • Line following robot
    • Lego NXT resources
  • Batch Scripts

    • Restrict website access
    • Restart Microsoft Exchange Services
  • Java

    • Primal Spire applet
    • Dictionary program
    • COSC 241
    • COMP 103
  • C++

    • Smart Pointer program
  • Games

    • Plants vs Zombies
    • Trainyard Solutions
    • Trainyard Express Solutions
    • Millionaire City Money Making Bot
    • JumpIt 2: Dockyard Run bot
  • Miscellaneous

    • Uploaded stuff..
    • Bots worth blocking
    • JustHost web hosting review
    • Having trouble installing Office 2010?
    • Google.com recoded
    • COSC 326
    • Twitter list
    • Google+ invites
    • Microsoft Word Printing Macros
    • Text flip

Copyright © 2011 Mikey Beck. All Rights Reserved

Sitemap | Privacy Policy | Terms of Use