Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 463 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 463 Bytes

ST LIS2DW12 3-axis motion Sensor Package

ST LIS2DW12 3-axis motion Sensor I2C extension for makecode.

Author: shaoziyang
Date: 2019.Jul

Basic usage

basic.forever(function () {
    serial.writeNumbers(LIS2DW12.get())
    basic.pause(500)
})

License

MIT

Copyright (c) 2018, microbit/micropython Chinese community

Supported targets

  • for PXT/microbit

From microbit/micropython Chinese community