main_ubi_sdk v 0.1.3
This is UBI4 documentation
BQ25883_Controller.h
Go to the documentation of this file.
1/*
2 ******************************************************************************
3 * @file BQ25883_Controller.h
4 * @author A.Alborov
5 ******************************************************************************
6*/
7
8#ifndef SRC_BQ25883_CONTROLLER_H_
9#define SRC_BQ25883_CONTROLLER_H_
10
12
13#ifdef ENABLE_BQ25883
14
15void BQ25883_Init_Controller();
16
17#endif /* ENABLE_BQ25883 */
18
19#endif /* SRC_BQ25883_CONTROLLER_H_ */