- Raspberry - Class in piserver
-
Raspberry: This class implements the hardware devices used in the server.
- Raspberry() - Constructor for class piserver.Raspberry
-
Constructor
- readADS1115(I2CDevice, String) - Static method in class piserver.InputOutput
-
readADS1115: This method read the ADS1115, previously configured, with the options specified
- readADS1115(I2CDevice, byte, byte) - Static method in class piserver.InputOutput
-
readADS1115: This method read the ADS1115, previously configured, with the specified options
- readGPIO(Raspberry, Device) - Static method in class piserver.InputOutput
-
readGPIO: This method read the GPIO port specified.
- readI2C(Raspberry, Device) - Static method in class piserver.InputOutput
-
readI2C: This method return the device with the data value read from the I2C device
- Request - Class in piserver
-
Request: This class implements a server request
- Request() - Constructor for class piserver.Request
-
- Request(String) - Constructor for class piserver.Request
-
- Request(String, String) - Constructor for class piserver.Request
-
- Response - Class in piserver
-
Response: This class implements a server response.
- Response() - Constructor for class piserver.Response
-
- Response(Constants.CONNECTION_ERROR, String) - Constructor for class piserver.Response
-
- Response(String) - Constructor for class piserver.Response
-
- Response(Constants.CONNECTION_ERROR) - Constructor for class piserver.Response
-
- right(String, int) - Static method in class piserver.Utilities
-
right: this method return the 'size' chars positioned on the right of the string
- RULES_CONFIG_FILENAME - Static variable in class piserver.Constants
-
- run() - Method in class piserver.AutonomousMode
-
- run() - Method in class piserver.GetTempTask
-