Class VL53L0XDemo

  • All Implemented Interfaces:
    Iarm32, Actionable

    public class VL53L0XDemo
    extends Task
    Demo application for the VL53L0X driver. The application reads periodically the values of four sensors and print them every 50 ms to the UART1.
    • Field Detail

      • count

        int count
      • values

        int[] values
    • Constructor Detail

      • VL53L0XDemo

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