@FunctionalInterface
public interface Component
This interface is implemented by the GPIOComponent, PWMComponent,
I2CComponent and AnalogComponent parent classes.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
Get the String representation of the type of the component.
|