Skip to content
GitLab
Explore
Sign in
Changes
Page history
partyfindercode
authored
Feb 26, 2015
by
Lasse Brøsted Pedersen
Hide whitespace changes
Inline
Side-by-side
Lesson-3.markdown
View page @
40e4ac81
...
...
@@ -34,8 +34,8 @@ The plan is to follow the instructions given in the instructions for Lesson 2 [1
```
java
static
float
Kp
=
5.0f
,
Ki
=
0
f
,
Kd
=
0.5f
;
Ki
=
0
f
,
Kd
=
0.5f
;
static
int
dt
=
10
;
...
...