sketchbook
|
Classes | |
class | test.TestDevice |
class | test.TestDeviceGeneric |
class | test.TestDeviceLCD |
class | test.TestDeviceTiny |
Namespaces | |
test | |
Functions | |
def | test.setUp |
def | test.test_param_READ_INFO |
def | test.test_param_READ_VCC |
def | test.test_pipe_READ_INFO |
def | test.test_pipe_READ_VCC |
def | test.test_pipe_READ_TEMP |
def | test.test_pipe_READ |
def | test.test_pipe_WRITE |
def | test.test_pipe_READafterWRITE |
def | test.test_pipe_WRITE_CAL |
def | test.get_sensor_type |
def | test.find_ressource |
Variables | |
int | test.READ_INFO = 0x01 |
int | test.READ_VCC = 0x11 |
int | test.READ_TEMP = 0x12 |
int | test.READ = 0x21 |
int | test.WRITE = 0x22 |
int | test.WRITE_CAL = 0x32 |
list | test.OWPSHELL |
list | test.SERIAL |
test.SENSOR = None | |
string | test.WRITE_DATA = "ABC" |
int | test.WRITE_SIZE = 36 |
tuple | test.sensor_type = get_sensor_type() |