public class Ultrasonic extends java.lang.Object implements SensorModule
| Constructor and Description |
|---|
Ultrasonic() |
| Modifier and Type | Method and Description |
|---|---|
void |
disableModule()
Disable the module
|
void |
enableModule()
Enable the module
|
boolean |
getModuleEnabled() |
public void enableModule()
enableModule in interface Modulepublic void disableModule()
disableModule in interface Modulepublic boolean getModuleEnabled()
getModuleEnabled in interface Module