source: trunk/firmware/Inc/ah_counter.h@ 11

Last change on this file since 11 was 6, checked in by f.jahn, 8 months ago
File size: 858 bytes
RevLine 
[6]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.