jessvi created page: Lab6 authored by Jesper Kurtzmann Svith's avatar Jesper Kurtzmann Svith
...@@ -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
... ...
......