RISC-V/midi/pwmconfig.h
2024-03-09 11:10:52 +01:00

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