Releases: sparkfun/SparkFun_LSM6DS3_Arduino_Library
Releases · sparkfun/SparkFun_LSM6DS3_Arduino_Library
Fixes bit order argument for ESP32 and ESP8266
Removes deprecated SPI functions and fixes minor bugs
This release removes SPI functions like setBitOrder()
and replaces them with the SPISettings
class. It also fixes a number of typos, some that broke functionality and other minor ones like incorrect comments.
ESP32 and ESP8266 SPI compatibility
This minor patch simply adds compatibility for the ESP32 and ESP8266 when using the Serial Peripheral Interface (SPI) with this product.