To follow this article you have to install Tornado on your Acme Board.
The first attempt is to control a led wired on an Acme board.
The files used are:
Plug a Daisy-11 board to the Daisy connector D11 then type:
~/playground/python/tornado/led# python led.py
It is possible to use a different GPIO line just changing the line
led = ablib.Daisy11('D11','L1')
Open your browser and try to send the on-off command directly using these urls:
Now open the default web page:
and turn on-off the led using the two HTML buttons like these: