You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devices/experimental/devices/mpu9250
Marc-Antoine Ruel f325631d2a Bring back compatibility with go1.4.2
- apa102 benchmark used image.CMYK, which was added in go 1.5. This has the side
  effect of making benchmark BenchmarkDrawSlowpath a bit faster.
- mpu9250 used type aliasing by accident, which was added in go1.9.
- periph-web used http.Server.Shutdown(), which was added in go1.8.
8 years ago
..
accelerometer MPU9250 experimental driver, largely inspired by https://github.com/kriswiner/MPU9250/ (#265) 8 years ago
reg MPU9250 experimental driver, largely inspired by https://github.com/kriswiner/MPU9250/ (#265) 8 years ago
mpu9250.go Explicitly ignore error at many call sites for clarity 8 years ago
spi.go Bring back compatibility with go1.4.2 8 years ago