Single lamps can be controlled. r0ketbeam is working. Input support is
[cerebrum.git] / 7seg.h
blobee024aaf00346583d9e2abc75881507d750d7e35
1 #ifndef __7SEG_H__
2 #define __7SEG_H__
4 #include <avr/io.h>
5 #include "config.h"
7 void l7seg_setup(void);
8 void l7seg_loop(void);
10 #ifdef HAS_7SEG_SUPPORT
12 extern uint8_t* l7seg_buf;
14 #endif//HAS_7SEG_SUPPORT
15 #endif//__7SEG_H__