8000 GitHub - dotdash32/Arduino-PID-Library at double-vs-float
[go: up one dir, main page]

Skip to content

dotdash32/Arduino-PID-Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino PID Library - Version 1.3.1

by Brett Beauregard br3ttb@gmail.com brettbeauregard.com additional edits by Josh DeWitt dotdash32@gmail.com, Agil Therapeutics This Library is licensed under the MIT License

For an ultra-detailed explanation of why the code is the way it is, please visit:

For function documentation see:

Update - Version 1.3. Before including the library, use

#define USE_64bit_FLOATINGPOINT

to use doubles rather than floats. This was included for low overhead processors, or those that have a 32 bit FPU, but not a 64 bit one and that time optimization is worth it.

About

Arduino PID Library, but move to smaller floating point values

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%
0