# Add your Python code here. E.g.
from microbit import *


while True:
    display.scroll(pin0.read_analog())
    sleep(1000)
