Add kbled control

This commit is contained in:
Jeremy Soller
2020-01-29 14:50:46 -07:00
parent 884c9916e4
commit 2b8b1a3d20
4 changed files with 55 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _BOARD_KBLED_H
#define _BOARD_KBLED_H
#include <stdint.h>
uint8_t kbled_get(void);
void kbled_set(uint8_t level);
#endif // _BOARD_KBLED_H