File tree Expand file tree Collapse file tree
share/qtvcp/screens/qtdragon_hd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This is set using the sserial_port_N= option in the hm2_pci modparam. See the ho
1515It is likely that this documentation will be permanently out of date.
1616
1717Each Anything-IO board can attach up to 8 sserial remotes to each header
18- (either the 5 -pin headers on the 5I20/5I22/5I23/7I43 or the 25-pin connectors on the 5I25, 6I25 and 7I80).
18+ (either the 50 -pin headers on the 5I20/5I22/5I23/7I43 or the 25-pin connectors on the 5I25, 6I25 and 7I80).
1919The remotes are grouped into "ports" of up to 8 "channels".
2020Typically each header will be a single 8 channel port, but this is not necessarily always the case.
2121
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ def init_pins(self):
224224 QHAL .newpin ("eoffset-spindle-count" , QHAL .HAL_S32 , QHAL .HAL_OUT )
225225 QHAL .newpin ("eoffset-count" , QHAL .HAL_S32 , QHAL .HAL_OUT )
226226
227- pin = QHAL .newpin ("eoffset-value" , QHAL .HAL_S32 , QHAL .HAL_IN )
227+ pin = QHAL .newpin ("eoffset-value" , QHAL .HAL_FLOAT , QHAL .HAL_IN )
228228 pin .value_changed .connect (self .eoffset_changed )
229229
230230 pin = QHAL .newpin ("eoffset-zlevel-count" , QHAL .HAL_S32 , QHAL .HAL_IN )
You can’t perform that action at this time.
0 commit comments