Raspi Pico and STK8BA58 ±2g/±4g/±8g, 3-axis linear accelerometer, with digital output (I2C) #12382
Answered
by
uGinn-R
Bernd54Albrecht
asked this question in
Using MicroPython
-
How do I initialize and query the registers of the accelerometer? No library/module available. I2C-Addr = 0x18 |
Beta Was this translation helpful? Give feedback.
Answered by
uGinn-R
Sep 11, 2023
Replies: 1 comment 2 replies
-
All the answers can be found here https://docs.micropython.org/en/latest/library/machine.I2C.html#machine-softi2c
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Bernd54Albrecht
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the answers can be found here https://docs.micropython.org/en/latest/library/machine.I2C.html#machine-softi2c
Just some quick example of how it should be: