energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
794 stars 672 forks source link

MSP430FR6869: Implement I²C on Pins 9 + 10 for Compatibility with BoosterPacks #708

Closed rei-vilo closed 9 years ago

rei-vilo commented 9 years ago

I²C is already implemented on pins 14 and 15, with SPI port.

BoosterPack standard requires I²C on pins 9 + 10, as per Design Reference updated Dec 30, 2013.

Thank you!

rei-vilo commented 9 years ago

Use setModule() function as for the Tiva C implementation.

StefanSch commented 9 years ago

I am just working on this - so you can assign this to me.

rei-vilo commented 9 years ago

@StefanSch Thank you and good luck!

StefanSch commented 9 years ago

implemented on Branch issue_708 and merged to master