arduboy_set_rgb_led
This commit is contained in:
parent
7da07df0f7
commit
360f7a79a1
2 changed files with 11 additions and 0 deletions
|
@ -192,4 +192,8 @@ extern "C"
|
|||
{
|
||||
arduboy.digitalWriteRGB(red, green, blue);
|
||||
}
|
||||
void arduboy_set_rgb_led(uint8_t red, uint8_t green, uint8_t blue)
|
||||
{
|
||||
arduboy.setRGBled(red, green, blue);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue