Created
June 10, 2021 21:49
-
-
Save marcusobrien/9b05bfa3e8208f537e5730d7a9780cb0 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
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