Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Namespaces | Variables
webiopi-client.py File Reference

Go to the source code of this file.

Namespaces

 webiopi-client
 

Variables

tuple webiopi-client.client = PiHttpClient("192.168.1.234")
 
tuple webiopi-client.gpio = NativeGPIO(client)
 
 webiopi-client.state = True
 
tuple webiopi-client.dac = DAC(client, "dac1")
 
tuple webiopi-client.adc = ADC(client, "adc1")
 
float webiopi-client.value = 0.0
 
tuple webiopi-client.temp = Temperature(client, "temp0")
 
tuple webiopi-client.val = adc.readFloat(1)
 
tuple webiopi-client.t = temp.getCelsius()