Skip to content

Instantly share code, notes, and snippets.

View CS2098's full-sized avatar

Carl Strömberg CS2098

  • Stockholm, Sweden
View GitHub Profile

Keybase proof

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:

@CS2098
CS2098 / line_follower.py
Last active February 29, 2024 02:58
A LEGO Mindstorms ev3 line follower program in Python
# line_follower.py
# by: Carl Strömberg
# Import the EV3-robot library
import ev3dev.ev3 as ev3
from time import sleep
class LineFollower:
# Constructor