source: trunk/firmware/Inc/ah_counter.h

Last change on this file was 6, checked in by f.jahn, 3 months ago
File size: 858 bytes
Line 
1/******************************************************************************
2*
3* @file    ah_counter.h
4* @author  ECS, Falko Jahn
5* @version V1.0.0
6* @date    2020-05-01
7* @brief
8*
9******************************************************************************/
10#ifndef __AH_COUNTER_H
11#define __AH_COUNTER_H
12
13//--- INCLUDEs -----------------------------------------------------------------
14
15//--- GLOBALE TYPE DEFS --------------------------------------------------------
16
17//--- GLOBALE DEFINES ----------------------------------------------------------
18
19//--- GLOBALE VARIABLEN PROTOTYPEN ---------------------------------------------
20
21//--- GLOBALE FUNKTIONS PROTOTYPEN ---------------------------------------------
22
23/*
24* @brief
25* @param        kein
26* @retval       kein
27*/
28void AH_COUNTER_Exec(void);
29void AH_COUNTER_Init(void);
30
31#endif
Note: See TracBrowser for help on using the repository browser.