def timer_callback()

in usb_monitor_pkg/usb_monitor_pkg/usb_monitor_node.py [0:0]


    def timer_callback(self):
        """Heartbeat function to keep the node alive.
        """
        self.get_logger().debug(f"Timer heartbeat {self.timer_count}")
        self.timer_count += 1