Ok, I'm picking up on a sketch I was working on about 3 months ago where I was reading data from a chip via its SMBus protocol. The sketch I was using was working fine and compiling fine 3-4 months ago using a older version of Arduino.
I recently updated to the latest version of Arduino 1.6.4 and deleted the older versions from my computer to keep from loading up the old Arduino versions I had installed in my My Documents folder.
Now when I try to compile the code that used to work I get numerous errors. I've tried many different things, and created libraries and installed them, and what ever I do based on what I'm reading online I can never get the code to compile.
Here is a link to the main .ino + .cpp + .h file I'm trying to compile that used to work just fine: https://gist.github.com/SolarDude/506786137d1c696d81db
When I try to compile this code using Arduino 1.6.3 the compile error message just keeps scrolling and scrolling and never stops. Before it would say that there was no refrence to setup and loop.
I've tried lots of stuff, I figured I should ask for some outside help from somebody smarter than I am about this.
Can anybody get this to compile with errors? I'm sure its something simple but its eluding me at the moment.
Any and all help is greatly appreciated
!