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

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

adc dma funktioniert und modbus funktioniert

File size: 853 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 newvalP, uint32_t newvalM );
23
24#endif //
Note: See TracBrowser for help on using the repository browser.