sw: enable fancy led effects

Support different LED patterns depending on the mode.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2019-04-05 18:10:05 +08:00
parent db65ccc199
commit b5f17acdf6
3 changed files with 83 additions and 3 deletions

View File

@ -2,5 +2,9 @@
#define _RGB_H_
void rgb_init(void);
void rgb_mode_idle(void);
void rgb_mode_done(void);
void rgb_mode_writing(void);
void rgb_mode_error(void);
#endif /* _RGB_H_ */