aboutsummaryrefslogtreecommitdiff
path: root/control/ledctl.h
blob: d7706c4fa77b2b69daff6bdee5a9f0c94b039f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <bcl.h>
#include <bc_eeprom.h>
#include <bc_spi.h>
#include <bc_dice.h>

#ifndef _LEDCTL_H_
#define _LEDCTL_H_

void click_left();
void click_right();
void hold_left();
void hold_right();

#endif