forked from achamaikin/CCSModuleSW30Web
latest version
This commit is contained in:
13
Core/Inc/charger_config.h
Executable file
13
Core/Inc/charger_config.h
Executable file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "main.h"
|
||||
|
||||
#define PSU_MAX_VOLTAGE 1000 //1V/bit
|
||||
#define PSU_MIN_VOLTAGE 150 //1V/bit
|
||||
#define PSU_MAX_CURRENT 100 //1A/bit
|
||||
#define PSU_MIN_CURRENT 1 //1A/bit
|
||||
#define PSU_MAX_POWER 30000 //1W/bit
|
||||
|
||||
#define PSU_NUM 1
|
||||
|
||||
#define GBT_CH_VER_MAJOR 1
|
||||
#define GBT_CH_VER_MINOR 0
|
||||
Reference in New Issue
Block a user