FSM Lecture 71: Exercise-007 Drawing CLOCK SETTING state
Exercise-007 Drawing CLOCK_SETTING state In this article, let's learn about the 'Clock_Setting' state. Currently, the current active state is the Ticking state. And when the SET…
Exercise-007 Drawing CLOCK_SETTING state In this article, let's learn about the 'Clock_Setting' state. Currently, the current active state is the Ticking state. And when the SET…
Exercise-007 Handling TICK event in TICKING state and testing In this article, let's send the Tick event to this state machine and update the display in real-time. …
Exercise-007 Reading curr_time through class operation In the Clock_Alarm_display_curr_time function, we get the current time using Clock_Alarm_get_curr_time function, which is not implemented. Let's implement this function. Here, you have…
Exercise-007 Adding free operations Adding free operations The free operations you can either create from here. Right-click on the package and Add operation; you already know that. …
Exercise-007 Coding for the TICKING state Coding for the TICKING state In the previous article, we added the Initial Transition Action. And now, in this article, let's…
Pcd driver with multiple devices code implementation part-3 In this article, let's implement the pcd_driver_init function. Let's shift #if 0 to somewhere below. First of all, we…