// デバイスの物理的な大きさ
#define BOUND_WIDTH_MM 23
#define BOUND_HEIGHT_MM 53
#define BOUND_DEPTH_MM 2
// ランプが遅延するミリ秒
#define LAMP_UPDATE_LATENCY (0x04)