stm32duino / ISM330DHCX

Arduino library to support the ISM330DHCX 3D accelerometer and 3D gyroscope
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Example about interrupts (e.g. due to single tap detection) #9

Closed iSpartaco closed 1 year ago

iSpartaco commented 2 years ago

Hello,

I would like to know more on how to use this library to send interrupts due to any detections such as signle tap or value over a threshold. This could be a good additions in examples list.

Thank you

cparata commented 2 years ago

Hi @iSpartaco , you can find all the examples for the interrupts of ISM330DHCX sensor in the X-NUCLEO-IKS02A1 library. Best Regards, Carlo

fpistm commented 1 year ago

Closed as answered.