source: trunk/fw_g473rct/SES/inc/fast_current.h@ 24

Last change on this file since 24 was 24, checked in by f.jahn, 4 months ago

Shunt Temperatursensor aktiviert

File size: 834 bytes
Line 
1/******************************************************************************
2*
3* @file fast_current.h
4* @author ECS, Falko Jahn
5* @version V1.0.0
6* @date 2022-01-16
7* @brief
8*
9******************************************************************************/
10#ifndef __FAST_CURRENT_H
11#define __FAST_CURRENT_H
12
13//--- INCLUDEs -----------------------------------------------------------------
14#include <stdint.h>
15//--- GLOBALE TYPE DEFS --------------------------------------------------------
16
17//--- GLOBALE DEFINES ----------------------------------------------------------
18
19//--- GLOBALE VARIABLEN PROTOTYPEN ---------------------------------------------
20
21//--- GLOBALE FUNKTIONS PROTOTYPEN ---------------------------------------------
22void FAST_CURRENT_Exec(uint32_t newVal );
23
24#endif //
Note: See TracBrowser for help on using the repository browser.