Closed mnaberez closed 8 years ago
The CSPINNum keyword argument of spi() is not like the others:
CSPINNum
spi()
CSPINNum CLKPinNum MISOPinNum MOSIPinNum
This is unintuitive and was probably a typo. This patch renames CSPINNum to CSPinNum. Code using the old CSPINNum name will still work.
CSPinNum
I agree with your change. The low-level documentation refers to this setting as CSPinNum as well and likely the CSPINNum naming was by mistake. Thanks for the commit.
The
CSPINNum
keyword argument ofspi()
is not like the others:This is unintuitive and was probably a typo. This patch renames
CSPINNum
toCSPinNum
. Code using the oldCSPINNum
name will still work.