Subversion Repositories yaws

Rev

Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 21
Line 86... Line 86...
86
        if pcf8574_address is not None:
86
        if pcf8574_address is not None:
87
            print('pcf8574=', hex(pcf8574_address))
87
            print('pcf8574=', hex(pcf8574_address))
88
        else:
88
        else:
89
            print('pcf8574 not found')
89
            print('pcf8574 not found')
90
    else:
90
    else:
91
        print('i2cbus not found, sensors not availabe')
91
        print('i2cbus not found, i2c sensors not availabe')
92
# end of if debug
92
# end of if debug