Returns true when an object is within the field of view.
LineCounter l = LineCounter(Brain.ThreeWirePort.A); while(true){ if(l.active()){ Brain.Screen.print("Object passing by"); } task::sleep(10); }