|
MotorWare f2806x Module API Documentation
|
Portable C fixed point code. These functions define the Proportional-Integral (PI) controller module routines. More...
#include "sw/modules/pi/src/float/pi.h"Go to the source code of this file.
Functions | |
| PI_Handle | PI_init (void *pMemory, const size_t numBytes) |
| Initializes the PI controller. More... | |
Portable C fixed point code. These functions define the Proportional-Integral (PI) controller module routines.
(C) Copyright 2014, Texas Instruments, Inc.
Definition in file float/pi.c.
1.8.9.1