Class ExtInterruptDemo

    • Constructor Detail

      • ExtInterruptDemo

        public ExtInterruptDemo​(int pin)
    • Method Detail

      • action

        public void action()
        Description copied from class: Interrupt
        This is the interrupt handler. Please make sure to overwrite this method for your own interrupt handlers.
        Overrides:
        action in class Interrupt