- setConnected(boolean) - Method in class co.teubi.raspberrypi.io.GPIOStatus
-
- setFunction(int, PORTFUNCTION) - Method in class co.teubi.raspberrypi.io.GPIO
-
setFunction changes the specified port function.
- setI2CEnabled(boolean) - Method in class co.teubi.raspberrypi.io.GPIOStatus
-
- setPinmap(ArrayList<GPIOPin>) - Method in class co.teubi.raspberrypi.io.GPIO
-
setPinmap forces the change of current pin mapping.
- setSPIEnabled(boolean) - Method in class co.teubi.raspberrypi.io.GPIOStatus
-
- setUARTEnabled(boolean) - Method in class co.teubi.raspberrypi.io.GPIOStatus
-
- setValue(int, int) - Method in class co.teubi.raspberrypi.io.GPIO
-
setValue changes the current value on the GPIO port.
- skipPast(String) - Method in class org.json.XMLTokener
-
Skip characters until past the requested string.
- skipTo(char) - Method in class org.json.JSONTokener
-
Skip characters until the next character is the requested character.
- SLASH - Static variable in class org.json.XML
-
The Character '/'.
- SPIEnabled - Variable in class co.teubi.raspberrypi.io.GPIOStatus
-
- stringToValue(String) - Static method in class org.json.JSONObject
-
Try to convert a string into a number, boolean, or null.
- stringToValue(String) - Static method in class org.json.XML
-
Try to convert a string into a number, boolean, or null.
- syntaxError(String) - Method in class org.json.JSONTokener
-
Make a JSONException to signal a syntax error.