diff options
author | Karel Kočí <cynerd@email.cz> | 2019-03-06 22:36:22 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-03-06 22:40:31 +0100 |
commit | a1236a39e7842ed24b3a9c986dba177d02be5114 (patch) | |
tree | 127ee3ce519961c627fd14e9850e553b502a0205 /control/ledctl.h | |
parent | fe2ce269997dcc23f5eac51ee64e2d06570bf6d4 (diff) | |
download | bigclown-leds-a1236a39e7842ed24b3a9c986dba177d02be5114.tar.gz bigclown-leds-a1236a39e7842ed24b3a9c986dba177d02be5114.tar.bz2 bigclown-leds-a1236a39e7842ed24b3a9c986dba177d02be5114.zip |
Implement gui and fix rainbow selection
For some reason when I use " in payload it is not send. I have no idea
why but it is just probably some bug in bigclown.
Diffstat (limited to 'control/ledctl.h')
-rw-r--r-- | control/ledctl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/control/ledctl.h b/control/ledctl.h index d7706c4..117d18d 100644 --- a/control/ledctl.h +++ b/control/ledctl.h @@ -1,8 +1,3 @@ -#include <bcl.h> -#include <bc_eeprom.h> -#include <bc_spi.h> -#include <bc_dice.h> - #ifndef _LEDCTL_H_ #define _LEDCTL_H_ |