Skip to content
Snippets Groups Projects

[epicardium] refactor LED to be in own module [MANUAL MERGE]

Closed Gerd requested to merge gerd/firmware:gerd/refactor/leds into master
4 files
+ 9
7
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 7
0
#include "leds.h"
void epic_leds_set(int led, uint8_t r, uint8_t g, uint8_t b)
{
leds_set(led, r, g, b);
leds_update();
}
\ No newline at end of file
Loading