Here are some examples of code to manage the Daisy-24 module in C. It 
is possible to compile these example directly on the board by typing
for example:

<pre class="minicom">
~/playground/c/daisy24# <b>gcc hello.c -o hello</b>
~/playground/c/daisy24# <b>./hello</b>
</pre>

### Hello World ! 

@pg='c/daisy24/hello.c' 

### Backlight 

@pg='c/daisy24/backlight.c' 

### Pushbuttons read 

@pg='c/daisy24/key.c' 


