Class Whiskers

java.lang.Object
   |
   +----Whiskers

public class Whiskers
extends Object
implements Sensor

Constructor Index

 o Whiskers()

Method Index

 o sensesSomething()
returns true if the sensor is currently sensing something otherwise returns false.

Constructors

 o Whiskers
 public Whiskers()

Methods

 o sensesSomething
 public boolean sensesSomething()
returns true if the sensor is currently sensing something otherwise returns false.