Hi Rob,

I see the pin names are different on PIC's that have more then one SPI
port. Can we add aliases to the device files? The same should be done
for I2C if it has not been done already.

alias pin_SDI is pin_SDI1
alias pin_SDO is pin_SDO1
alias pin_SCK is pin_SCK1
alias pin_SS is pin_SS1

alias pin_SDI_direction is pin_SDI1_direction
alias pin_SDO_direction is pin_SDO1_direction
alias pin_SCK_direction is pin_SCK1_direction
alias pin_SS_direction is pin_SS1_direction

Matt.

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to