Hello, there is a missing semicolon in pid_controller.h at the end of the file. https://github.com/tcleg/PID_Controller/blob/d9643c185318c6f10d6917bc4cfb9b32fbda8fb0/C%2B%2B/pid_controller.h#L381 should be: `};` thank you for this great library. edit: seems like someone found this already here: https://github.com/tcleg/PID_Controller/pull/2
Hello,
there is a missing semicolon in pid_controller.h at the end of the file.
PID_Controller/C++/pid_controller.h
Line 381 in d9643c1
should be:
};thank you for this great library.
edit:
seems like someone found this already here:
#2