energia / Energia

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

Add I2C ports in MSP432 with energia #951

Closed danielrikmed93 closed 7 years ago

danielrikmed93 commented 7 years ago

Hello,

How can I'm add other I2C ports in Energia 18, I want to use the 2 and 3 pins of the MSP432

rei-vilo commented 7 years ago

Have a look at documents msp432p401r and slac698f but you would need to use CCS.

I²C on pins 2 and 3 doesn't match the LaunchPad standard.

robertinant commented 7 years ago

Currently there is only on Wire available. There is no plan to add additional Wire instances at this point.