added more templates and defined basic include/layout

This commit is contained in:
d3rped 2018-03-18 14:23:17 +01:00
parent e6b628f41a
commit 5b787bc400
6 changed files with 48 additions and 6 deletions

View file

@ -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