diff --git a/.idea/misc.xml b/.idea/misc.xml
index cb2632a..4f4d2c4 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
index aae3f5e..cde7d2f 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -3,7 +3,6 @@
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ec35bbc..df54b63 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,7 +1,12 @@
-
+
+
+
+
+
+
@@ -27,8 +32,8 @@
-
-
+
+
@@ -115,6 +120,7 @@
+
@@ -126,7 +132,6 @@
-
@@ -146,12 +151,10 @@
-
+
-
-
-
+
@@ -159,23 +162,31 @@
-
-
-
-
+
+
+
+
+
+
-
+
-
+
+
+
+
+
+
+
-
+
@@ -185,13 +196,6 @@
-
-
-
-
-
-
-
@@ -235,9 +239,10 @@
-
+
+
-
+
@@ -247,6 +252,7 @@
+
@@ -254,7 +260,6 @@
-
@@ -446,8 +451,8 @@
-
-
+
+
diff --git a/main.py b/main.py
index 144d49f..ed05438 100644
--- a/main.py
+++ b/main.py
@@ -13,11 +13,17 @@ configuration = {
def main():
navigator = hardwarelib.Navigator(16)
+ print('navigator created')
light = hardwarelib.Light(15)
+ print('light created')
ultrasonic = hardwarelib.Ultrasonic(11,7)
+ print('ultrasonic created')
temperature = hardwarelib.Temperature()
+ print('temperature created')
camera = graphiclib.PiCamera((500, 0), (500, 1000))
+ print('camera created')
jstick = controllib.Joystick(navigator, light, configuration, camera)
+ print('joystic created')
#pygame stuff
screen = graphiclib.Screen(size=(1000,1000))