Package totalcross.io.device.gpiod
Class GpiodLine
- java.lang.Object
-
- totalcross.io.device.gpiod.GpiodLine
-
public class GpiodLine extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetValue()intrequestInput(java.lang.String consumer)intrequestOutput(java.lang.String consumer, int defaultValue)intsetValue(int value)
-