Difference between revisions of "CI20 Tutorials"

From eLinux.org
Jump to: navigation, search
m (noinclude {{CI20}} and stop empty android section)
m (link to category)
 
Line 1: Line 1:
 
{{TOC right}}
 
{{TOC right}}
 +
<noinclude>
 +
See also the [[:Category:CI20 Tutorials|CI20 Tutorials]] category.
 +
</noinclude>
 
== Linux based ==
 
== Linux based ==
  

Latest revision as of 02:40, 2 February 2015

See also the CI20 Tutorials category.

Linux based

GPIO handling

GPIOs on the CI20 can be handled using normal linux sysfs calls. For further details, visit CI20 GPIO-Sysfs-Expansion header guide

Blink a LED

Blink a LED from the command line: it contains an explanation of how the sysfs interface for GPIO works and how to use it to control an LED.