Class HLC1395Demo

  • All Implemented Interfaces:
    Ippc32, Actionable

    public class HLC1395Demo
    extends Task
    Demo application for the HLC1395Plused driver. The application reads periodically the values of four sensors and print them every second to the SCI1. Connecting diagram:
     Address Pin A  -- MPIOB6
     Address Pin B  -- MPIOB7
     Trigger Pin    -- MPIOB5
     Sensor out pin -- AN59
    • Constructor Detail

      • HLC1395Demo

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