This header file defines functions and data types for a state machine used for communication. It defines an enumerated type for the different states including Wait2Send and SPISendByte. It also prototypes public functions for running, starting, posting to, and initializing the state machine, including a Run function that takes an event as a parameter and returns an event.
This header file defines functions and data types for a state machine used for communication. It defines an enumerated type for the different states including Wait2Send and SPISendByte. It also prototypes public functions for running, starting, posting to, and initializing the state machine, including a Run function that takes an event as a parameter and returns an event.