Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iskernel/5539804 to your computer and use it in GitHub Desktop.
Save iskernel/5539804 to your computer and use it in GitHub Desktop.
Enum example in C#.
public enum WdtOscillatorCycles
{
_16k = 0x00,
_32k,
_64k,
_128k,
_256k,
_512k,
_1024k,
_2048k
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment