Search found 2 matches

by ivanlinlin12
Mon Jul 22, 2019 10:28 pm
Forum: Programs, Libraries and Tools
Topic: How to use SPI to read/write specific slave register
Replies: 2
Views: 6659

Re: How to use SPI to read/write specific slave register

Hi Jimmo,

Thank you very much, that makes a lot of sense
by ivanlinlin12
Mon Jul 22, 2019 3:31 am
Forum: Programs, Libraries and Tools
Topic: How to use SPI to read/write specific slave register
Replies: 2
Views: 6659

How to use SPI to read/write specific slave register

Hi, I am trying to extract data from lsm6dsl. In order to read the data out, I first need to configure the IMU, which means I need to write/read some value to its register. However, from the the Micropython SPI library, I did not see(I might missed) how to read or write from slaves' specific registe...