On startup, start loop at beginning of next minute

Seems fairly straight-forward: if the seconds value received isn't 0, then subtract it from 60 to get the number of seconds before starting. Multiply that number by 1000 to get milliseconds and call delay() with that value before returning from setup().