04-08-2023, 07:48 AM
(This post was last modified: 04-08-2023, 07:51 AM by Olsen@HuaHin.)
I have now got my DS1307 connected and RTClib.h including Adafruit BusIO (i2c) in my sketch
I have not been able to find in any demo code in the forum how to define SDA & SCL (4, 5 for the KC868-A16 board) in Arduino IDE
Tried the example from KC868-A6 -- #05-DS1307 demo
If I try IIC SDA:4 & IIC SCL:5 as in I-O pin define (KC868-A16 I-O pin define) it comes up with an error.
I have not been able to find in any demo code in the forum how to define SDA & SCL (4, 5 for the KC868-A16 board) in Arduino IDE
Tried the example from KC868-A6 -- #05-DS1307 demo
If I try IIC SDA:4 & IIC SCL:5 as in I-O pin define (KC868-A16 I-O pin define) it comes up with an error.