# DAISY-11 led module

<div class="text-success lead">
DAISY-11 is module intended for educational and experimental purposes with 8 red led 
</div>

@include='daisy_eol'

<img src="./DAISY-11.jpg"/>

## Programming examples

Here are some examples of codes on how to use the Daisy-11 board. An in-depth explanation of how the code works and how to run it on your FOX Board is available in this article: <a href="/daisy_gpio_sysfs">Using GPIO lines in Python on Daisy boards</a>.

The classic "Hello World!" example in electronics: Blinking a led. To try
this example wire the Daisy-11 on <b>D2</b> connector, The led <b>L1</b> will blink 

* @pg='python/daisy11/blink.py'

A more funny example to create a lighting effect.

* @pg='python/daisy11/roll.py'

##Wirings

These are the usable connectors where to plug this board using the factory default Linux Kernel image: 

| Terra | FOXG20 | 
|-------|--------|
|  D11  | D2     |
|  D12  | D5     |

#Schematic

* [Schematic in pdf format](http://terzo.acmesystems.it/download/schematics/schematic_daisy11.pdf)
