mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-08 13:50:49 +02:00
13 lines
184 B
C
13 lines
184 B
C
/*
|
|
* batterie.h
|
|
*
|
|
* Created on: Sep 12, 2022
|
|
* Author: dimercur
|
|
*/
|
|
|
|
#ifndef INC_BATTERIE_H_
|
|
#define INC_BATTERIE_H_
|
|
|
|
void BATTERIE_Init(void);
|
|
|
|
#endif /* INC_BATTERIE_H_ */
|