21 lines
271 B
C
21 lines
271 B
C
|
|
#ifndef ENS1_BOOST_H
|
||
|
|
#define ENS1_BOOST_H
|
||
|
|
|
||
|
|
|
||
|
|
#include "my_header.h"
|
||
|
|
|
||
|
|
extern uint8_t Boost_Voltage_Sel(uint8_t VOLTAGE_XV);
|
||
|
|
|
||
|
|
#define VOLTAGE_11V 0x0
|
||
|
|
#define VOLTAGE_15V 0x1
|
||
|
|
#define VOLTAGE_26V 0x2
|
||
|
|
#define VOLTAGE_45V 0x3
|
||
|
|
#define VOLTAGE_55V 0x4
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|