Difference between revisions of "Minnowboard:Beacon Lure"

From eLinux.org
Jump to: navigation, search
m (Bash and ash fixups)
m (7 Segment Display)
 
(One intermediate revision by the same user not shown)
Line 36: Line 36:
 
= Software =
 
= Software =
 
== 7 Segment Display ==
 
== 7 Segment Display ==
* [[media:Do-7seg-ash.sh|Example shell script (Bash or Ash)]]
+
* [[media:Do-7seg.sh|Example shell script (Bash or Ash)]]
 
* Python Example
 
* Python Example
 
* C example
 
* C example
Line 44: Line 44:
 
=== Shell (Bash or Ash) ===
 
=== Shell (Bash or Ash) ===
 
*[[media:beacon-color.sh|Example shell script to set an arbitrary color]]
 
*[[media:beacon-color.sh|Example shell script to set an arbitrary color]]
*[[media:Do-red.sh|Example Bash shell script to turn on RED LED]]
+
*[[media:Do-red.sh|Example shell script to turn on RED LED]]
*[[media:Do-green.sh|Example Bash shell script to turn on GREEN LED]]
+
*[[media:Do-green.sh|Example shell script to turn on GREEN LED]]
*[[media:Do-blue.sh|Example Bash shell script to turn on BLUE LED]]
+
*[[media:Do-blue.sh|Example shell script to turn on BLUE LED]]
  
 
== Angstrom ==
 
== Angstrom ==

Latest revision as of 11:58, 6 May 2013

Description

Beacon Lure is a small accessory board that is primarily intended for use with the MinnowBoard however it can be wired into any development platform that supports GPIOs

Beacon lure.png Beacon lure connected.png

Features

References

Design

Interface


7 Segment Display

TBD

RGB LED


Software

7 Segment Display

RGB LED

Shell (Bash or Ash)

Angstrom

  • TBD