hw_version_valid()

Checks if the controller version is compatible with the software version.

Evaluates if the current hardware version meets software requirements.

Syntax

planetcnc.hw_version_valid()

Parameters

Parameter Type Description Comment
None

Return Value

Examples

#! /usr/bin/env python
 
import planetcnc
 
result = planetcnc.hw_version_valid()
print("Version valid:", result)

See also