From 4461970da027ce16b41189f75257239f46a3b087 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 24 Jan 2014 22:26:13 +0000 Subject: Small edits to examples to get them working again with unix/micropython. --- examples/pyb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/pyb.py') diff --git a/examples/pyb.py b/examples/pyb.py index f7b52a2a1..65fed6647 100644 --- a/examples/pyb.py +++ b/examples/pyb.py @@ -1,9 +1,9 @@ # pyboard testing functions for CPython import time - def delay(n): - time.sleep(float(n) / 1000) + #time.sleep(float(n) / 1000) + pass rand_seed = 1 def rand(): -- cgit v1.2.3