kopia lustrzana https://github.com/RobertGawron/IonizationChamber
14 wiersze
234 B
C
14 wiersze
234 B
C
|
|
/*
|
||
|
|
* TimerConfigurator.h
|
||
|
|
*
|
||
|
|
* Created on: 06.07.2019
|
||
|
|
* Author: robert
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef INC_TIMERCONFIGURATOR_H_
|
||
|
|
#define INC_TIMERCONFIGURATOR_H_
|
||
|
|
|
||
|
|
void TimerConfigurator_Init();
|
||
|
|
|
||
|
|
#endif /* INC_TIMERCONFIGURATOR_H_ */
|