FSM Lecture 78| Exercise-007 Implementing ALARM_SETTING state
Exercise-007 Implementing ALARM_SETTING state In the previous article, I give you a task to complete this Alarm Setting state. Let me explain that in this article. I…
Exercise-007 Implementing ALARM_SETTING state In the previous article, I give you a task to complete this Alarm Setting state. Let me explain that in this article. I…
Exercise-007 ALARM_SETTING state You have to implement this Alarm Setting state. It is pretty much similar to what you have already done in the Clock_Setting state. I…
Exercise-007 Updating real time clock In the previous article, we completed testing this. Whenever you are in the cs_format selection, if everything is fine, OK is…
Exercise-007 Implementing CLOCK_SETTING state part-4 Now, let's add that timeout attribute. Click on Clock_Alarm, Add attribute. Name it as timeout, type is uint8_t, and visibility is private.…
Exercise-007 Implementing CLOCK_SETTING state part-3 In this article, let's code for a Clock Setting format and error states. As you see in this demo (cs_format), we…
Exercise-007 Implementing CLOCK_SETTING state part-2 In the previous article, we completed adding codes for Clock_Setting sub-states. First of all, let me explain from cs_hour_d1. Let me…