Hello,
I'm trying to get your code for the PID controller to work.
The following problems occur:
- your script ‘pico-pid.py’ is looking for a file named ‘picolcd.py’ to load the class ‘LCD_0inch96’. But there is only the file ‘pico-lcd-0.96.py’. I renamed the latter without further ado so that the error disappears.
- your script ‘pico-pid.py’ is looking for a file named ‘pid.py’ to load the class ‘PID’. Unfortunately, this is not available in your repository.
Which code did you use for the PID? I can only find the code ‘micropython-simple-pid’. However, it throws errors in line 95 and line 233.
Can you possibly help me here?
Thank you very much
Peter
Hello,
I'm trying to get your code for the PID controller to work.
The following problems occur:
Which code did you use for the PID? I can only find the code ‘micropython-simple-pid’. However, it throws errors in line 95 and line 233.
Can you possibly help me here?
Thank you very much
Peter