i2c

Overview

read and write to all I2C devices, e.g. tempreture sensor, eeprom, qsfp control, front panel led

Python Class & Methods Index

class pyfabil.plugins.tpm.i2c.TpmI2c(board, **kwargs)[source]

FirmwareBlock tests class

clean_up()[source]

Perform cleanup :return: Success

initialise()[source]

Initialise TpmI2c

read(i2c_add, nof_wr_byte, nof_rd_byte, wr_data)[source]
status_check()[source]

Perform status check :return: Status

write(i2c_add, nof_wr_byte, nof_rd_byte, wr_data)[source]