Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #
    # writeI2cEeprom.pl
    ...
        $objI2c->bus_write( $addrMSB, $addrLSB, @Write );
    }
    #
    
  2. or download this
    #!/usr/bin/perl
    #
    # readI2cEeprom.pl
    ...
    }
    #
    exit 0;