Software I²C Master
Software I²C on any pins, for master only.
Developed with embedXcode
Created by Rei Vilo on Feb 10, 2014 Copyright © 2013-2014
Those parameters in I2C_SoftwareLibrary.cpp
might need to be adjusted.
const uint8_t DELAY_LONG = 32;
const uint8_t DELAY_FULL = 8;
const uint8_t DELAY_HALF = 4;
const uint8_t DELAY_PART = 2;
- Feed-back from icserny at http://forum.43oh.com/topic/3617-energia-library-software-i2c-master-for-msp430g2553/?p=44399
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.