2023-08-28 06:47 AM
Hi everyone!
I have a not conventional question to this device. INT pin is used in library to send interrupt to MCU. In my case i use just necessary part of library so the INT pin is not used at all.
So now the question. Is it possible to use it now the way i want it to? For example there is a register i can change so the state of INT pin will also change?
2023-08-28 02:04 PM
You don't have to do anything to the interrupt pin. You can poll sensor, asking the question, "Are you done yet?" And the sensor will tell you. The fact that the Interrupt pin rises at the same time can be ignored.
- john
2023-08-28 11:30 PM
Thank you for this answer though it's not the topic of my qestion.
Can i use INT PIN as GPIO that i'm controlling? for example turn on and off simple LED?
2023-09-08 12:56 AM
Hello,
INT pin can not be used for anything else than what it has been programmed by the FW for.
So no way to use it to turn on and off a simple LED using the INT pin.
Regards