| Package | Description |
|---|---|
| stella.io | |
| stella.ow | |
| stella.sensor |
| Modifier and Type | Field and Description |
|---|---|
private OneWireDriver |
OneWireSwitch.serial
The serial server to send commands to.
|
private OneWireDriver |
OneWireMultiSwitch.serial
The serial server to send commands to.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<OneWireDriver,Map<String,Integer>> |
OneWireMultiSwitch.table
The lookuptable for all one-wire multi switches.
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
OneWireMultiSwitch.writeSerial(OneWireDriver bus,
int mask)
Writes to the ow-bus driver the specified int.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PythonClient
This is a work-around to get the one-wire sensors to work.
|
class |
ServerClient
Java class for accessing OWFS through owserver daemon over IP.
|
| Modifier and Type | Field and Description |
|---|---|
protected OneWireDriver |
OneWireSensor.owserver
The instance of the one-wire driver to use.
|
private OneWireDriver |
OneWireADSensor.serial
The instance of the polling rs485 server.
|