Created
February 18, 2016 17:47
-
-
Save michaelsarduino/d850bad180637e91d5d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define SCL_PORT PORTD | |
#define SCL_PIN 2 | |
#define SDA_PORT PORTC | |
#define SDA_PIN 0 | |
#include <SoftI2CMaster.h> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment