Comment #4 on issue 136 by robhamerling: Alias SPI pin names in device files http://code.google.com/p/jallib/issues/detail?id=136
A similar aliasing for I2C modules seems desirable. Therefore the following aliases will be added to the device files (of PICs with multiple I2C modules):
alias pin_SDA is pin_SDA1 alias pin_SCL is pin_SCL1 alias pin_SDA_direction is pin_SDA1_direction alias pin_SCL_direction is pin_SCL1_direction -- 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.
