jobale
jobale
Hello, I am currently trying to write a driver for the **lsm303DLHC** sensor. It's a part of [Adafruit 9DOF sensor](https://learn.adafruit.com/adafruit-9-dof-imu-breakout) composed of l3gd20h and [lsm303DLHC](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=2ahUKEwiEovu60d3eAhUszoUKHQbqDHkQFjAAegQIABAC&url=https://www.st.com/resource/en/datasheet/DM00027543.pdf&usg=AOvVaw14yHyIjS17hcLuL92Vm8S5). I can successfully read l3gd20h...
**Go versions:** 1.13 / 1.14 ** Go module:** active **Release tested:** v2.0 / v2.0.1 **Problem:** When using go get with go module, v2.0.1 _is pulled by default_. Releases v2.0.1 and...