04-08-2023, 10:36 AM
(This post was last modified: 04-08-2023, 10:43 AM by Olsen@HuaHin.)
I think I found the solution, se below.
// Set i2c for RTC DS1307
#define SDA:4
#define SCL:5
or
// Set i2c for RTC DS1307
#define IIC SDA:4
#define IIC SCL:5
or
// Set i2c for RTC DS1307
#define i2c SDA:4
#define i2c SCL:5
Which one is the correct one???
// Set i2c for RTC DS1307
#define SDA:4
#define SCL:5
or
// Set i2c for RTC DS1307
#define IIC SDA:4
#define IIC SCL:5
or
// Set i2c for RTC DS1307
#define i2c SDA:4
#define i2c SCL:5
Which one is the correct one???