hw-rollerderby-scoreboard/config.h

10 lines
144 B
C

#ifndef __CONFIG_H__
#define __CONFIG_H__
#define CLOCK_HZ 2000000
#define SCORE_DIGITS 2
#define JAM_INDICATOR 1
#define JAM_DIGITS 3
#endif