summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/examples/temp_sensor/src/TimerConductor.h
blob: 7cd41097055389a664f7c4b4af9cdba7a3264b2f (plain)
1
2
3
4
5
6
7
8
9
#ifndef _TIMERCONDUCTOR_H
#define _TIMERCONDUCTOR_H

#include "Types.h"

void TimerConductor_Init(void);
void TimerConductor_Run(void);

#endif // _TIMERCONDUCTOR_H