expliot.plugins.i2c.i2ceepromwrite

Support for writing data over i2c.

Module Contents

Classes

I2cEepromWrite

Write test for data to i2c.

class expliot.plugins.i2c.i2ceepromwrite.I2cEepromWrite

Bases: expliot.core.tests.test.Test

Write test for data to i2c.

Output Format:

[
{

chip_size=32768, # Size of the chip in bytes

}, {

“bytes_written”: 1000, “time_taken_secs”: 1.67

}

]

execute()

Execute the test.