No underscore between "unsigned" and "char". When you crate the new alarm variables, you can set them to the time you want the alarm to activate. So, for example, if you want the alarm to activate the alarm at 4:30, you could do:
Code:
unsigned char alarmHrs = 4;
unsigned char alarmMins = 30;
Last edited: