Created
June 10, 2021 21:48
-
-
Save marcusobrien/263c5e008160f15ff1ed09e8904877d8 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 SMA1::GetColourLED() | |
{ | |
if (Firmware() == 1.0) | |
return colour::Blue; | |
else if (Firmware() == 2.0) | |
return colour::Green; | |
etc. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment