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

#include "util.h"


void notify_led_set(bool on);

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

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