Hello,
I'm currently using an LTC2943 for battery monitoring and trying to communicate with an Adafruit ATSAMD21 based Feather M0 over I2C. Originally I was going to use ADI's Linduino, LTC2943, and LT_I2C libraries, but it seems the LT_I2C Library is made specifically for AVR.
Is there an alternate library available for ARM based devices, or is there any recommendations for modifying the LT_I2C to work with ARM.