I hereby claim:
- I am cs2098 on github.
- I am cs2098 (https://keybase.io/cs2098) on keybase.
- I have a public key ASCX8Ax5q_w2jh8z9_0bj0stZKyWw1EuGfa2eRYwOhAMgAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # line_follower.py | |
| # by: Carl Strömberg | |
| # Import the EV3-robot library | |
| import ev3dev.ev3 as ev3 | |
| from time import sleep | |
| class LineFollower: | |
| # Constructor |