added debug output to read of I2cComIf
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
* @brief This is the communication interface for i2c devices connected
|
||||
* to a system running a linux OS.
|
||||
*
|
||||
* @note The xilinx linux kernel does not support to read more than 255 bytes at once.
|
||||
*
|
||||
* @author J. Meier
|
||||
*/
|
||||
class I2cComIF: public DeviceCommunicationIF, public SystemObject {
|
||||
|
Reference in New Issue
Block a user