def isNewControlData(self) -> bool: """Gets if a new control packet from the driver station arrived since the last time this function was called. :returns: True if the control data has been updated since the last call. """ return hal.isNewControlData()