Skip to content

Instantly share code, notes, and snippets.

@dheeptuck
Created June 19, 2019 18:14
Show Gist options
  • Save dheeptuck/06d7db47f4bb4c8148a1d5d06bf4c93e to your computer and use it in GitHub Desktop.
Save dheeptuck/06d7db47f4bb4c8148a1d5d06bf4c93e to your computer and use it in GitHub Desktop.
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