Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class to be called in pidpy.py #26

Open
andywinhold opened this issue Apr 7, 2017 · 0 comments
Open

Class to be called in pidpy.py #26

andywinhold opened this issue Apr 7, 2017 · 0 comments

Comments

@andywinhold
Copy link

Hi Steve71,

Really appreciate you making this resource! Using the PID code to control temperature of a hotplate.

I think there might be a small typo in pidpy.py

on line 116:
pid = PID(sampleTime,0,0,0)
I think should call the class:
pid = pidpy(sampleTime,0,0,0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant