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