Remove old example

This commit is contained in:
iabdalkader 2014-09-19 01:44:03 +02:00
parent 2582ae5c6e
commit 4944ada3aa

View File

@ -1,9 +0,0 @@
import sensor, imlib, time
clock = time.clock()
while (True):
clock.tick()
# take snapshot
image = sensor.snapshot()
print (clock.fps())