Package lejos.robotics
Interface Touch
-
- All Known Implementing Classes:
TouchAdapter
public interface TouchAbstraction for touch sensors- Author:
- Andy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPressed()Check if the sensor is pressed.
-