added more templates and defined basic include/layout
This commit is contained in:
parent
e6b628f41a
commit
5b787bc400
6 changed files with 48 additions and 6 deletions
|
@ -1,2 +1,11 @@
|
|||
#!/usr/bin/env python3
|
||||
# Suggestion: implement odometry as class that is not using the ev3dev.ev3 package
|
||||
# establish value exchange with main driving class via getters and setters
|
||||
# establish value exchange with main driving class via getters and setters
|
||||
|
||||
import time
|
||||
from planet import Direction
|
||||
|
||||
|
||||
class Odometry:
|
||||
def __init__(self, planet):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue