Class DecrementerDemo

  • All Implemented Interfaces:
    Ippc32

    public class DecrementerDemo
    extends Decrementer
    Simple demo application showing how to use the Decrementer.
    This application simply outputs the character 'x' over the UART3 for each Decrementer exception.
    Author:
    Urs Graf
    • Constructor Detail

      • DecrementerDemo

        public DecrementerDemo()
    • Method Detail

      • action

        public void action()
        Description copied from class: Decrementer
        Method to be called when decrementer exception occurs. Please make sure to override this method in subclass.
        Overrides:
        action in class Decrementer