Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pynxc/tutorial_samples/1_errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'pynxc/tutorial_samples/1_errors.py')
-rw-r--r--pynxc/tutorial_samples/1_errors.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pynxc/tutorial_samples/1_errors.py b/pynxc/tutorial_samples/1_errors.py
new file mode 100644
index 0000000..77640bf
--- /dev/null
+++ b/pynxc/tutorial_samples/1_errors.py
@@ -0,0 +1,8 @@
+def main():
+ OnFwd(OUT_D, 75)
+ OnFwd(OUT_C, 75)
+ Wait(4000)
+ OnRev(OUT_AC, 75)
+ Wait(4000)
+ Of(OUT_AC)
+