Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tawindow.py b/tawindow.py
index 7b25335..c626fb9 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -38,6 +38,7 @@ class taWindow: pass
from math import atan2, pi
DEGTOR = 2*pi/360
+from taarduino import *
from tasetup import *
from tasprites import *
from talogo import *
@@ -141,6 +142,7 @@ def twNew(win, path, lang, parent=None):
tw.cartesian = False
tw.polar = False
tw.spr = None # "currently selected spr"
+ tw.arduino = TAArduino()
return tw
#