I was wondering how can I make my led light blink at a certain time, for example 9AM everyday. Can I use a certain code that use my computer(mac) time as the input? So, everyday when my computer clock reaches 9AM the led light will blink?
Simpler yet would be to do the job scheduling on the PC and have it run an application that writes a command to the Arduino's serial port when it is time to do the LED flashing thing, and have your sketch flash whenever it's told to.