7 lines
143 B
C
7 lines
143 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
static constexpr unsigned HALF_LEN = 0x80u;
|
|
static constexpr unsigned MAXPWM = 2000u;
|
|
|
|
#endif // CONFIG_H
|