Changes
Page history
jessvi created page: Lab6
authored
Apr 13, 2015
by
Jesper Kurtzmann Svith
Show whitespace changes
Inline
Side-by-side
Lab6.markdown
View page @
5b1b2c44
...
@@ -87,7 +87,7 @@ Inhibatory behavior:
...
@@ -87,7 +87,7 @@ Inhibatory behavior:
int lightValLeft = (int) (100-(lightLeft.readValue()*scale));
int lightValLeft = (int) (100-(lightLeft.readValue()*scale));
int lightValRight = (int) (100-(lightRight.readValue()*scale));
int lightValRight = (int) (100-(lightRight.readValue()*scale));
```
```
#### Fig. 6 - Shows the exitatory and the inhibatory behavior in the code.
####
#
Fig. 6 - Shows the exitatory and the inhibatory behavior in the code.
#### Results
#### Results
...
...
...
...