FSM Lecture 77| Exercise-007 ALARM_SETTING state
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 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…
Exercise-007 Implementing CLOCK_SETTING state part-1 In the previous article, I completed drawing these sub-states inside this Clock_Setting, as shown in Figure 1. I have used a separate…