LSM6DS3 linker error L6218E - LSM6DS3_IO_Read
Posted on May 09, 2017 at 11:39
I am getting a linker error L6218E when compiling code for the LSM6DS3 Gyroscope. The error points to the LSM6DS3_IO_Read and LSM6DS3_IO_Write functions. These have been declared and are to be imported but there is no definition for them and I am unable to locate any library for them.
My question is - Are there any library out there for these functions in C or must I create one myself?
Error: L6218E: Undefined symbol LSM6DS3_IO_Read (referred from lsm6ds3.o)
