Update src/masterMacsAxis.cpp
Some checks failed
Test And Build / Lint (push) Failing after 4s
Test And Build / Build (push) Successful in 7s

Updated comment: encoder type 0 can also mean "no encoder"
This commit is contained in:
2025-09-23 15:11:07 +02:00
parent f1c41d3081
commit a435c3c960

View File

@@ -916,7 +916,7 @@ asynStatus masterMacsAxis::readEncoderType() {
/* /*
Defined encoder IDs: Defined encoder IDs:
0=INC (Incremental) 0=INC (Incremental or no encoder)
1=SSI (Absolute encoder with SSI interface) 1=SSI (Absolute encoder with SSI interface)
2=SSI (Absolute encoder with BiSS interface) 2=SSI (Absolute encoder with BiSS interface)
*/ */