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

#ifndef _GUI_H_
#define _GUI_H_

void update_gui();

#endif