STMicroelectronics / iis3dwb-pid

iis3dwb platform independent driver based on Standard C language and compliant with MISRA standard
BSD 3-Clause "New" or "Revised" License
12 stars 9 forks source link

Broken links on README.md #1

Closed escherstair closed 3 years ago

escherstair commented 3 years ago

In the main README.md the following two links are broken and they bring to 404 page not found error.

The driver is platform-independent, you only need to define two functions for read and write transactions from the sensor hardware bus (ie. SPI or I²C). A few devices integrate an extra bit in the communication protocol in order to enable multi read/write access, this bit must be managed in the read and write functions defined by the user. Please refer to the read and write implementation in the reference examples.

Some integration examples can be found here.

albezanc commented 3 years ago

I'm sorry for the inconvenience please refer to the follow link:

https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/iis3dwb_STdC/examples

the README.md will be fixed as soon as possible

albezanc commented 3 years ago

Thanks for your contribution!