exsilium / pxbee-trigger

Programmable XBee trigger for relay impulse. For automating things that are not yet automated.
BSD 2-Clause "Simplified" License
25 stars 5 forks source link

Implement support for GPIO_IRQ_EDGE_BOTH type of ISR #15

Closed exsilium closed 3 years ago

exsilium commented 3 years ago

Programmable XBee SDK v1.6.0 does not have built in support for detecting and running ISR on both edge slopes.

To be able to address issues in #14 and to be able to make the implementation coded much cleaner, add support for GPIO_IRQ_EDGE_BOTH interrupt type.

The implication is that this change will be made in the SDK. Altough this is an unofficial addition - it can be reused in other projects when required.