Am using the nrf sdk version of 13.0, am a newbie to this platform , can anyone please help me..?
Am using the nrf sdk version of 13.0, am a newbie to this platform , can anyone please help me..?
Hi,
The Pin Change Interrupt Example in the SDK shows you how set-up interrupts on PIN_IN change.
You can find the source code and the project file of the example in the following folder:
SDK_InstallFolder>\examples\peripheral\pin_change_int
Thank you sir , i have gone through that example , what i need is Am interfacing the mpu6050 with nrf52832 , whenever the motion has detected , the mpu6050 generates an interrupt signal to nrf52 and then the nrf52 prints something or else the led has glow like that..how can i code to achieve as mentioned in the above..??
Thank you sir , i have gone through that example , what i need is Am interfacing the mpu6050 with nrf52832 , whenever the motion has detected , the mpu6050 generates an interrupt signal to nrf52 and then the nrf52 prints something or else the led has glow like that..how can i code to achieve as mentioned in the above..??