RTL87xx chips don't (formally) support pin change interrupts. However, libraries like pulse_counter (which is used for energy monitoring in the hwl8012 library amongst others) uses it exclusively.
Would it be possible to attach a RISING and FALLING edge interrupt to the same ISR callback? That way these libraries could be supported by these chips...
RTL87xx chips don't (formally) support pin change interrupts. However, libraries like pulse_counter (which is used for energy monitoring in the hwl8012 library amongst others) uses it exclusively.
Would it be possible to attach a RISING and FALLING edge interrupt to the same ISR callback? That way these libraries could be supported by these chips...