![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Aansturing robot groep 4 Biorobotics 2016. Beer bottle remover
Dependencies: Encoder HIDScope mbed
Fork of Aansturing_knoppen by
PID.h@0:55f9447aa02b, 2016-10-26 (annotated)
- Committer:
- wikdehaas
- Date:
- Wed Oct 26 10:33:14 2016 +0000
- Revision:
- 0:55f9447aa02b
Aansturing;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wikdehaas | 0:55f9447aa02b | 1 | #include "mbed.h" |
wikdehaas | 0:55f9447aa02b | 2 | |
wikdehaas | 0:55f9447aa02b | 3 | double PID( double err, const double Kp, const double Ki, const double Kd, const double Ts, const double N, double &v1, double &v2 ); |