spotMicro icon indicating copy to clipboard operation
spotMicro copied to clipboard

i2c_smbus_read_byte_data’ was not declared in this scope; did you mean ‘i2c_smbus_ioctl_data

Open LEIJUNMIUI opened this issue 1 year ago • 2 comments

error: ‘i2c_smbus_read_byte_data’ was not declared in this scope; did you mean ‘i2c_smbus_ioctl_data’? 422 | oldmode = i2c_smbus_read_byte_data (_controller_io_handle, __MODE1);

when I compile the ros project on horizon x3 pi, this bug occured!

LEIJUNMIUI avatar Nov 01 '23 09:11 LEIJUNMIUI

same issue

HLkyss avatar Feb 24 '24 09:02 HLkyss

just solved by adding some changes from this work: https://github.com/jpereirajr/spotMicro

HLkyss avatar Feb 24 '24 09:02 HLkyss