How to use Interrupt with WiFi Kit 32

I have an MPU6050 Accel/Gyro and it uses an Interrupt. How can I define/use an interrupt pin with the WifiKit 32?

Also what pins are available for use as an interrupt?

Thanks

You can use the “attachInterrupt” function to set the pin interrupt. For function usage, please refer to attachIntet()rrup.
Most digital pins can be used as interrupts.