Hi everybody,
I have the Arduino duemilanove kit that I put together and got working. I think it is a great little chip and I am really excited to use it. I am using it to integrate some of my car's alert signal and I will have the arduino manipulate a little sound recorder that I have, and the car should be able to talk. Anyway my question is:
How to get the time function to work? I read on the Arduino webpage about the code like this:
void sync
but I don't want to sync the time to anything, because I will not necessarily be connecting the arduino to a computer every time it is reset. I just want, every time it resets, for the Arduino to start counting the seconds, or minutes. I don't need to know the actual time, I just need any kind of timer running while the arduino is running. Is this possible? How do I write this?
Thanks