intel-iot-devkit / zmraa

mraa.io implementation for Zephyr. Provides a way to use the mraa.io C API on Zephyr 1.4, 1.5 & 1.6 and use UPM modules.
MIT License
8 stars 13 forks source link

Pinmux: Adding internal pullups #28

Closed malikabhi05 closed 8 years ago

malikabhi05 commented 8 years ago

Internal pull up capability is available on the Arduino 101 board. Even though Zephyr states that it isn't, it is actually available. This commit enables that capability for I2C, for which till now only using external pull ups would do the trick.

Signed-off-by: Abhishek Malik abhishek.malik@intel.com

arfoll commented 8 years ago

Merged, thanks!