Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
br3ttb
/
Arduino-PID-AutoTune-Library
Public
Notifications
You must be signed in to change notification settings
Fork
233
Star
484
Code
Issues
17
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
New tuning rules, peak detection method, etc.
- #11
#11
Open
t0mpr1c3
wants to merge 24 commits into
br3ttb:master
br3ttb/Arduino-PID-AutoTune-Library:master
from
t0mpr1c3:master
t0mpr1c3/Arduino-PID-AutoTune-Library:master
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
New tuning rules, peak detection method, etc.
#11
t0mpr1c3
wants to merge 24 commits into
br3ttb:master
br3ttb/Arduino-PID-AutoTune-Library:master
from
t0mpr1c3:master
t0mpr1c3/Arduino-PID-AutoTune-Library:master
Copy head branch name to clipboard
Commits
Commits on May 2, 2012
Add dither to smooth quantization errors
Show description for 6329d97
t0mpr1c3
committed
6329d97
View commit details
Copy full SHA for 6329d97
Browse repository at this point
Add dither to smooth quantization errors
Show description for a6cdc3d
t0mpr1c3
committed
a6cdc3d
View commit details
Copy full SHA for a6cdc3d
Browse repository at this point
minor edits to dithering
t0mpr1c3
committed
27a106d
View commit details
Copy full SHA for 27a106d
Browse repository at this point
Commits on May 13, 2012
C port. Method names changed so longer works with example.
t0mpr1c3
committed
29c5dac
View commit details
Copy full SHA for 29c5dac
Browse repository at this point
C port. Method names changed so longer works with example.
t0mpr1c3
committed
e38966d
View commit details
Copy full SHA for e38966d
Browse repository at this point
Commits on May 15, 2012
Enumerated types
t0mpr1c3
committed
b6cf56a
View commit details
Copy full SHA for b6cf56a
Browse repository at this point
Enumerated types, corrected formula for ultimate gain.
t0mpr1c3
committed
b3f1eab
View commit details
Copy full SHA for b3f1eab
Browse repository at this point
Enumerated types
t0mpr1c3
committed
d1bfc5a
View commit details
Copy full SHA for d1bfc5a
Browse repository at this point
Commits on May 17, 2012
Correct ultimate gain formula, dither option, use enumerated types
unknown
authored and
unknown
committed
1d70637
View commit details
Copy full SHA for 1d70637
Browse repository at this point
Merge branch 'd1bfc5aed467366383dbfe00456d4b8caf4257f8'
Show description for c30ac5b
t0mpr1c3
committed
c30ac5b
View commit details
Copy full SHA for c30ac5b
Browse repository at this point
Calculate induced amplitude net of dither and expected noise
t0mpr1c3
committed
117e337
View commit details
Copy full SHA for 117e337
Browse repository at this point
Typo
t0mpr1c3
committed
395ecb0
View commit details
Copy full SHA for 395ecb0
Browse repository at this point
Commits on Oct 26, 2013
merged recent changes from br3ttb
t0mpr1c3
committed
52df065
View commit details
Copy full SHA for 52df065
Browse repository at this point
Commits on Oct 27, 2013
dither as compile option, remove hysteresis from calculation of induced amplitude
t0mpr1c3
committed
e0724cf
View commit details
Copy full SHA for e0724cf
Browse repository at this point
Commits on Oct 28, 2013
AMIGOf PI tuning, rationalized peak detection, finite state machine, expanded range of simulations in example sketch
t0mpr1c3
committed
2c8f6f2
View commit details
Copy full SHA for 2c8f6f2
Browse repository at this point
Commits on Oct 29, 2013
implement biased relay
t0mpr1c3
committed
f66ea69
View commit details
Copy full SHA for f66ea69
Browse repository at this point
fixup after simulation testing
t0mpr1c3
committed
7ef0d8f
View commit details
Copy full SHA for 7ef0d8f
Browse repository at this point
trapezoidal approximation for calculating relay bias
t0mpr1c3
committed
7bf0f81
View commit details
Copy full SHA for 7bf0f81
Browse repository at this point
Commits on Oct 30, 2013
further debugging after simulations
t0mpr1c3
committed
f83a36b
View commit details
Copy full SHA for f83a36b
Browse repository at this point
relay bias as compile option, simulation with load disturbance
t0mpr1c3
committed
ce1ffad
View commit details
Copy full SHA for ce1ffad
Browse repository at this point
Commits on Nov 4, 2013
corrected calculation of Pu, tuning rule table, removed AMIGOF compile option, removed dither
t0mpr1c3
committed
683f3e2
View commit details
Copy full SHA for 683f3e2
Browse repository at this point
Commits on Nov 6, 2013
relay bias respects output limits
t0mpr1c3
committed
58da68e
View commit details
Copy full SHA for 58da68e
Browse repository at this point
Commits on Apr 18, 2014
Update AutoTune_Example.ino
Show description for fbd02de
jhagberg
committed
fbd02de
View commit details
Copy full SHA for fbd02de
Browse repository at this point
Merge pull request #1 from jhagberg/master
Show description for f7ac482
t0mpr1c3
committed
f7ac482
View commit details
Copy full SHA for f7ac482
Browse repository at this point
You can’t perform that action at this time.