Status: New
Owner: [email protected]
CC: robhamerling
Labels: Type-Enhancement Priority-Medium
New issue 136 by [email protected]: Alias SPI pin names in device
files
http://code.google.com/p/jallib/issues/detail?id=136
PIC's with more then one SPI port have different SPI pin names. These pins
should be aliased in device files to allow these PIC's to use the same
libraries as PIC's with only one SPI port.
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.