|
28 | 28 | #define HW_NAME "Maxim_120_PH" |
29 | 29 | #elif defined(HWMAXIM_150_PH) |
30 | 30 | #define HW_NAME "Maxim_150_PH" |
| 31 | +#elif defined(HWMAXIM_100) |
| 32 | + #define HW_NAME "Maxim_100" |
31 | 33 | #else |
32 | 34 | #error "Must define hardware type" |
33 | 35 | #endif |
|
305 | 307 | #ifndef MCCONF_L_MAX_VOLTAGE |
306 | 308 | #define MCCONF_L_MAX_VOLTAGE 112.0 // Maximum input voltage |
307 | 309 | #endif |
| 310 | +#elif defined(HWMAXIM_100) |
| 311 | +#ifndef MCCONF_L_MAX_VOLTAGE |
| 312 | +#define MCCONF_L_MAX_VOLTAGE 94.0 // Maximum input voltage |
| 313 | +#endif |
308 | 314 | #else |
309 | 315 | #ifndef MCCONF_L_MAX_VOLTAGE |
310 | 316 | #define MCCONF_L_MAX_VOLTAGE 140.0 // Maximum input voltage |
|
347 | 353 | #define HW_LIM_CURRENT_IN -650.0, 650.0 |
348 | 354 | #define HW_LIM_CURRENT_ABS 0.0, 900.0 |
349 | 355 | #define HW_LIM_VIN 20.0, 115.0 |
| 356 | +#elif defined(HWMAXIM_100) |
| 357 | +#define HW_LIM_CURRENT -650.0, 650.0 |
| 358 | +#define HW_LIM_CURRENT_IN -650.0, 650.0 |
| 359 | +#define HW_LIM_CURRENT_ABS 0.0, 900.0 |
| 360 | +#define HW_LIM_VIN 20.0, 97.0 |
350 | 361 | #else |
351 | 362 | #define HW_LIM_CURRENT -450.0, 450.0 |
352 | 363 | #define HW_LIM_CURRENT_IN -450.0, 450.0 |
|
0 commit comments