Current CLAW_SERVO Value
claw_servo
References Updated Automatically
3 references
Manual Changes Without Constants
3 hardcoded strings
static means the value belongs to the class itself —
access constants as HardwareNames.CLAW_SERVO without creating
a new object instance.
final means the value cannot change after assignment —
protecting robot configuration from accidental edits.