Class SystemOutDemo

  • All Implemented Interfaces:
    Iarm32, Actionable

    public class SystemOutDemo
    extends Task
    Demo for System.out using UART1. This application simply outputs the character '.' once per second over the UART1.
    • Constructor Detail

      • SystemOutDemo

        public SystemOutDemo()
    • Method Detail

      • action

        public void action()
        Description copied from class: Task
        Action to be performed by the task
        Specified by:
        action in interface Actionable
        Overrides:
        action in class Task