/******************************************************************************
*
* @file    fast_current.h
* @author  ECS, Falko Jahn
* @version V1.0.0
* @date    2022-01-16
* @brief       
*
******************************************************************************/
#ifndef __FAST_CURRENT_H
#define __FAST_CURRENT_H

//--- INCLUDEs -----------------------------------------------------------------
#include <stdint.h>
//--- GLOBALE TYPE DEFS --------------------------------------------------------       

//--- GLOBALE DEFINES ----------------------------------------------------------

//--- GLOBALE VARIABLEN PROTOTYPEN ---------------------------------------------

//--- GLOBALE FUNKTIONS PROTOTYPEN ---------------------------------------------
void FAST_CURRENT_Exec(uint32_t newvalP, uint32_t newvalM );

#endif //