Changes for version 2.3607 - 2018-10-02
- update croak() error in XS read_block() to ask user if I2C speed too high if a fatal error occurs (closes #8)
- remove erroneous print statement from read_block() (closes #7)
- fix croak() call in new() where we weren't correctly translating the decimal addr to hex before displaying the error message (fixes #6)
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