Public Member Functions | |
| None | __init__ (self, FirmataBoard board, FirmataPinType pin, str pin_mode, int differential) |
| None | latch_callback (self, list data) |
| None | start_pin (self, Callable[[], None] forward_callback) |
| int | state (self) |
| None | stop_pin (self) |
Public Member Functions inherited from homeassistant.components.firmata.pin.FirmataBoardPin | |
| None | __init__ (self, FirmataBoard board, FirmataPinType pin, str pin_mode) |
| def | setup (self) |
Private Attributes | |
| _differential | |
| _forward_callback | |
| _state | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.firmata.pin.FirmataBoardPin | |
| board | |
| None homeassistant.components.firmata.pin.FirmataAnalogInput.__init__ | ( | self, | |
| FirmataBoard | board, | ||
| FirmataPinType | pin, | ||
| str | pin_mode, | ||
| int | differential | ||
| ) |
| None homeassistant.components.firmata.pin.FirmataAnalogInput.latch_callback | ( | self, | |
| list | data | ||
| ) |
| None homeassistant.components.firmata.pin.FirmataAnalogInput.start_pin | ( | self, | |
| Callable[[], None] | forward_callback | ||
| ) |
| int homeassistant.components.firmata.pin.FirmataAnalogInput.state | ( | self | ) |
| None homeassistant.components.firmata.pin.FirmataAnalogInput.stop_pin | ( | self | ) |
|
private |
|
private |
|
private |