Approved content

The content below is provided by a partner.

makecode-extensions/LSM6DSO 1.0.0 GitHub

ST LSM6DSO 3D accelerometer and 3D gyroscope Sensor Package

ST LSM6DSO 3D accelerometer and 3D gyroscope Sensor I2C extension for makecode.

Author: shaoziyang
Date: 2019.Jul

Basic usage

basic.forever(function () {
    serial.writeNumbers(LSM6DSO.get())
    basic.pause(1000)
})

License

MIT

Copyright (c) 2018, microbit/micropython Chinese community

Supported targets

From microbit/micropython Chinese community

LSM6DSO=github:makecode-extensions/LSM6DSO#v1.0.0