Reduced magic numbers

This commit is contained in:
2024-04-12 17:33:13 +03:00
parent 2647e1cf14
commit 82838c25cb
4 changed files with 40 additions and 25 deletions

View File

@@ -20,6 +20,7 @@ void board_init(void)
mcu::startup(&mcu_cfg);
// Board setup
// Fixed function AIN mV and mA scale
dccd_i.mul = 215;
dccd_i.div = 22;
dccd_i.offset = 0;