Skip to content

Instantly share code, notes, and snippets.

@marcusobrien
Created June 10, 2021 21:49
Show Gist options
  • Save marcusobrien/9b05bfa3e8208f537e5730d7a9780cb0 to your computer and use it in GitHub Desktop.
Save marcusobrien/9b05bfa3e8208f537e5730d7a9780cb0 to your computer and use it in GitHub Desktop.
colour Firmware1_0::GetColourLED(
{
if (GetMuxType() == SMA1)
return colour::Blue;
else (GetMuxType() == SMA4)
return colour::Green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment