Question: (1) INT handling - edge or level, if use edge is that a falling edge or rising edge?
(2) INT handling - if not using all int pins do you disable in int register?
Answer: 1) Falling edge triggered
2) Yes, can disable the interrupts and use the int pin as a general purpose pin.