Hi CMata ,
Thanks for the speedy reply!
I have looked there as you suggested and the Edison libraries seem to be sufficient enough, I've even added a few of my own (Time, Time Alarms, and DS1307), do these libraries that I have added need to be configured? If so where would I start.
Besides that, I got the code I wanted up on the Arduino-Edison IDE, compiled successfully. I'm just trying to run a RTC (DS1307) and have it print the time. I have it exactly wired as I did with the Arduino UNO. I'm using the A4/A5 pins on the Arduino-Edison board but when I run the example code "Set Time" (code below) from the DS1307 library it just shows a blank screen in the serial monitor; it doesn't even show the default Serial.println() in the void setup().
When I then run the example code "Read Test" (shown below) from the DS1307 library it shows this error on the serial monitor "DS1307 read error! Please check the circuitry." Which should show if the DS1307 is not connected properly, but I haven't changed any of the wiring from the Arduino UNO to the Arduino-Edison board, everything is as it should be. This is why I was asking if additional interfacing needs to be done, or why I feel like I'm missing something vital about the interfacing.
Sincerely,
UST