RusPiRo Interrupt handler for sharing lines
Release notes
The custom attribute to implement an interrupt handler now supports the shared Irq-Line Aux
to specify which interrupt shall be handled (Uart1, Spi1 or Spi2).
For this the attribute format is enhanced like this:
#[IrqHandler(Aux, Uart1)]
Specify the IRQ source along with the IRQ type. Whether a source is available is checked during compile time.