- deactivateGPIO(Raspberry, Device) - Static method in class piserver.InputOutput
-
deactivateGPIO: This method deactivate the GPIO port specified, according to their level activation and de-activation.
- Device - Class in piserver
-
This class implement the values of a device
- Device() - Constructor for class piserver.Device
-
Device constructor
- digital2Volt(Device) - Static method in class piserver.Processing
-
digital2Volt: this method return the device passed as parameter, but with the data converted
from the digital value read to Volts.
- DISPLAY_LCD_NAMES - Static variable in class piserver.Constants
-
Display LED Names
- DISPLAY_TEMP_EXT - Static variable in class piserver.Constants
-
- DISPLAY_TEMP_SOLAR - Static variable in class piserver.Constants
-
- displayClear(I2CDevice) - Static method in class piserver.I2CDisplay
-
Clear the LED displayLED buffer--the four characters are blank
- displayInit(Raspberry, I2CDisplay.HT16K33, I2CDisplay.HT16K33, String) - Static method in class piserver.I2CDisplay
-
displayInit: Turn on the HT16K33 chip, turn on the displayLED, set the blink
rate, and finally set displayLED brightness.
- displayLED(I2CDevice, String) - Static method in class piserver.I2CDisplay
-
Display the passed four-character string on the LED Display
-- Adapted for my displays, a Lucky Light KW4-56NCWB
- displayOff(I2CDevice, I2CDisplay.HT16K33) - Method in class piserver.I2CDisplay
-
Turn off the LED displayLED.
- displayOn(I2CDevice, I2CDisplay.HT16K33) - Static method in class piserver.I2CDisplay
-
Turn on the LED displayLED