summaryrefslogtreecommitdiffstats
path: root/firmware/notify_led.h
blob: 4f1ba1897f7dff3a757577847cbdf6d2a147c100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef NOTIFY_LED_H_
#define NOTIFY_LED_H_

#include "util.h"


void notify_led_set(bool on);
bool notify_led_get(void);

void notify_led_work(void);
void notify_led_init(void);

#endif /* NOTIFY_LED_H_ */
bues.ch cgit interface