Variable timer_driverConst

timer_driver: {
    ascii_name: string;
    desc: string;
    id: number;
    name: string;
} = ...

Timer driverr

Type declaration

  • ascii_name: string
  • desc: string
  • id: number
  • name: string

Remarks

The driver we use for timer routines. Only exists for compatibility.

Generated using TypeDoc