Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arduino_boards:simple_input_shield [2016/03/05 16:29]
admin [Input Shield]
arduino_boards:simple_input_shield [2020/06/11 22:13] (current)
Line 1: Line 1:
----- 
 ===== Input Shield ==== ===== Input Shield ====
----- 
  
-A simple shield for the Arduino with two potentiometer and four buttons. It has a power LED and one LED on pin 13.\\+A simple shield for the Arduino with two potentiometer and four buttons. It has one LED for power and one LED on pin 13.\\
 {{ :​arduino_boards:​input-shield_arduino.jpg?​400 |}} {{ :​arduino_boards:​input-shield_arduino.jpg?​400 |}}
 One has to make two cuts through the copperstripes of the protoboard. And after building one has to bend the legs of the second 8pin header so they fit on the Arduino headers.\\ One has to make two cuts through the copperstripes of the protoboard. And after building one has to bend the legs of the second 8pin header so they fit on the Arduino headers.\\
Line 25: Line 23:
   * 1x 220 Ohm   * 1x 220 Ohm
   * 2x 6pin and 2x 8pin long header pin row   * 2x 6pin and 2x 8pin long header pin row
 +
 +----
 +==== License ====
 +
 +The Input Shield was designed by **Wolfgang Spahn** 2015.\\
 +It is licensed under a [[http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"​|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].
 +
 +<​html>​
 +<a rel="​license"​ href="​http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"><​img alt="​Creative Commons License"​ style="​border-width:​0"​ src="​https://​i.creativecommons.org/​l/​by-nc-sa/​4.0/​88x31.png"​ /></​a> ​
 +</​html>​
  
 ---- ----