forked from achamaikin/CCSModuleSW30Web
13 lines
293 B
C
Executable File
13 lines
293 B
C
Executable File
#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 |