Please forgive my posting this subject again. I cannot get the Arduino IDE to compile a sketch that uses time.h, such as the examples in the Time folder. Tells me that the time functions are not declared.
Tried suggestions given in the forum.
Tried current IDE, tried 1.0.6
Copied library from Arduino playground and misc sources.
I suspect that I have a bad time library...if that is the case, I need a link to a good library
I must be missing something very simple. I have been using various Arduinos for a couple of years; but, I feel like a newbee as I just can't get the examples to compile.
I wrote a simple example to demonstrate my problem so I could provide clear info for assistance. The simple example did not work with the latest IDE and what I think are the latest libraries
Found a folder with 1.5.2, including libraries
Recompiled the simple example, it worked.
Recompiled my application and loaded it
All works now!
The application is an ethernet application, whereby a remote user can connect an antenna and turn a ham radio on, and connect to the radio. It disconnects everything after 20 minutes of no activity.