Class SPIDemo

  • All Implemented Interfaces:
    Ippc32, Actionable

    public class SPIDemo
    extends Task
    Test class demonstrating the use of a MAX5500 DAC connected to a PSC on the mpc5200.
    The PSC runs in SPI mode. All four channels are driven with a ramp.
    Author:
    Urs Graf
    • Field Detail

      • i

        static short i
    • Constructor Detail

      • SPIDemo

        public SPIDemo()
    • 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