|
Last change
on this file since 27 was
27,
checked in by f.jahn, 7 weeks ago
|
|
Fixing project before CubeMX regeneration.
|
|
File size:
896 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 | */ |
|---|
| 28 | void AH_COUNTER_Exec(void); |
|---|
| 29 | void AH_COUNTER_Init(void); |
|---|
| 30 | void AH_COUNTER_SetDetectedAh(void); |
|---|
| 31 | |
|---|
| 32 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.