source: trunk/firmware/Inc/shunt_temperature.h @ 6

Last change on this file since 6 was 6, checked in by f.jahn, 3 months ago
File size: 900 bytes
Line 
1/******************************************************************************
2*
3* @file    shuntTemperature.h
4* @author  ECS, Falko Jahn
5* @version V1.0.0
6* @date    29-04-2020
7* @brief       
8*
9******************************************************************************/
10#ifndef __SHUNT_TEMPERATURE_H
11#define __SHUNT_TEMPERATURE_H
12
13//--- INCLUDEs -----------------------------------------------------------------
14#include "main.h"
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 SHUNT_TEMPERATURE_Exec( int32_t voltage);
29
30#endif
Note: See TracBrowser for help on using the repository browser.