hw-rollerderby-scoreboard/config.h

10 lines
144 B
C
Raw Normal View History

2014-01-11 21:02:24 -07:00
#ifndef __CONFIG_H__
#define __CONFIG_H__
2014-01-11 21:54:50 -07:00
#define CLOCK_HZ 1600000
2014-01-11 21:02:24 -07:00
#define SCORE_DIGITS 2
#define JAM_INDICATOR 1
#define JAM_DIGITS 3
#endif