| 52 | } |
| 53 | |
| 54 | void HARestAPI::setRGB(uint8_t Red, uint8_t Green, uint8_t Blue) |
| 55 | { |
| 56 | _red = Red; |
| 57 | _green = Green; |
| 58 | _blue = Blue; |
| 59 | _rgbset = true; |
| 60 | } |
| 61 | |
| 62 | void HARestAPI::setDebugMode(bool Debug) |
| 63 | { |
nothing calls this directly
no outgoing calls
no test coverage detected