Created
June 19, 2019 18:14
-
-
Save dheeptuck/06d7db47f4bb4c8148a1d5d06bf4c93e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef enum eState { | |
EVT_BUTTON_PRESSED, | |
EVT_BEAN_CRUSHED, | |
EVT_WATER_MIXED, | |
STATE_MIX_WATER, | |
STATE_DISPENSE_COFEE, | |
EVT_ERROR_NOTIFIED | |
} eState; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment