Changes for version 2.3606 - 2018-05-29
- re-wrote readI2cBlockData() in order to gracefully handle a panic situation when the I2C device is no longer available (fixes #4)
- established new I2C_TESTING env var for RPi::WiringPi's I2C exception testing (bypasses croak() if I2C device not found)
- refactored the logic in new() for establishing I2C connection. It now properly croak()s if device not found on the bus
Modules
Interface to the I2C bus
Examples
- examples/pi_read_a0/a0.pl
- examples/pi_read_block_from_arduino/block.pl
- examples/pi_read_byte_from_arduino/byte.pl
- examples/pi_read_from_arduino/read.pl
- examples/pi_read_word_from_arduino/word.pl
- examples/pi_write_block_to_arduino/block.pl
- examples/pi_write_byte_to_arduino/byte.pl
- examples/pi_write_to_arduino/write.pl
- examples/pi_write_word_to_arduino/word.pl