#ifndef CONFIG_H #define CONFIG_H static constexpr unsigned HALF_LEN = 0x80u; static constexpr unsigned MAXPWM = 2000u; #endif // CONFIG_H