energia / msp430-lg-core

15 stars 12 forks source link

i2c SW mistakes corrections #67

Closed battosai30 closed 6 years ago

battosai30 commented 6 years ago

i2c_sw_stop() not called if error on ack, it leads to a permanently SCL LOW state between communications.

pinMode() confusion with pinMode_int

TWISDAx_SET_MODE used instead of TWISCLx_SET_MODE

StefanSch commented 6 years ago

Thanks for the fixes - merged them into master