I'm working on a project which if the time is within a certain range, it does something. I know how to use IF statements, but:
I'm wondering how do I read the time from the PC the Arduino is connected to without connecting any shields?
What Libraries do I want or need?
How would I write such IF statements, where it does something when the time is in a certain range?