Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasetup.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-01-04 13:23:50 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-01-04 13:23:50 (GMT)
commit27a11463d735c327a8b6be84d7b64384f6b06f70 (patch)
tree09e73ff76bb19fe6b7b4376fa641b28cbfe269ae /tasetup.py
parentf55fe02ea3bdf7b064bd5314c740495a95174a98 (diff)
TurtleArt with sensors features folded into TurtleArt
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tasetup.py b/tasetup.py
index bdc0271..b6442d6 100644
--- a/tasetup.py
+++ b/tasetup.py
@@ -66,6 +66,11 @@ selectors = (
('or','or','and'),
('not','not','not'),
('print','print','onearg'))),
+ ('sensors', 55,
+ (('volume','sensor_val0','num'),
+ ('pitch','sensor_val1','num'),
+ ('resistance','sensor_val2','num'),
+ ('voltage','sensor_val3','num'))),
('flow', 55,
(('wait','wait','onearg',10),
('forever','forever','forever'),