Class DecrementerDemo

  • All Implemented Interfaces:
    Iarm32, Izynq7000

    public class DecrementerDemo
    extends Decrementer
    Simple demo application how to use the Decrementer. This application simply outputs the character 'x' once per second over the UART1.
    • Constructor Detail

      • DecrementerDemo

        DecrementerDemo()
    • Method Detail

      • action

        public void action()
        Outputs 'x' once a second.
        Overrides:
        action in class Decrementer