MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / setRGB

Method setRGB

Code/Arduino_libraries/HARestAPI/src/HARestAPI.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void 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
62void HARestAPI::setDebugMode(bool Debug)
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected