RISC-V/midi/pwmconfig.h

8 lines
143 B
C
Raw Normal View History

2024-03-09 11:10:52 +01:00
#ifndef CONFIG_H
#define CONFIG_H
static constexpr unsigned HALF_LEN = 0x80u;
static constexpr unsigned MAXPWM = 2000u;
#endif // CONFIG_H