10 lines
159 B
C
10 lines
159 B
C
#ifndef CHARGE_PUMP_H
|
|
#define CHARGE_PUMP_H
|
|
|
|
void charge_pump_init(void);
|
|
|
|
void charge_pump_start(void);
|
|
void charge_pump_stop(void);
|
|
|
|
#endif // CHARGE_PUMP_H
|