Difference between revisions of "Workshop1:A Tutorial"
From ex25
GARY CHANG (Talk | contribs) (Created page with "== Tutorial 02-01: Arduino_Blink == <html> <div data-configid="2060182/4941321" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" s...") |
GARY CHANG (Talk | contribs) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ __NOTITLE__ | ||
+ | |||
+ | <html> | ||
+ | <style> | ||
+ | div#headercontainer { | ||
+ | width: 850px; | ||
+ | height: 400px; | ||
+ | margin: 0px; | ||
+ | margin-bottom: -25px; | ||
+ | padding: 0px; | ||
+ | border: 0px; | ||
+ | color: #EC297B; | ||
+ | background: white url(http://ex25.hyperbody.nl/images/1/13/IB5_Cover02.jpg); | ||
+ | } | ||
+ | |||
+ | div#button { | ||
+ | float: right; | ||
+ | width: 150px; | ||
+ | height: 30px; | ||
+ | border: 2px solid #EC297B; | ||
+ | margin-right: 30px; | ||
+ | margin-top: 350px; | ||
+ | background: black; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | div#mainbutton { | ||
+ | float: left; | ||
+ | width: 200px; | ||
+ | height: 30px; | ||
+ | border: 2px solid black; | ||
+ | margin-right: 10px; | ||
+ | margin-top:350px; | ||
+ | align: center; | ||
+ | background: black; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | div#headercontainer a:link {color: white; text-decoration: none; opacity: 1;} | ||
+ | div#headercontainer a:visited {color: white; text-decoration: none; opacity: 1;} | ||
+ | div#headercontainer a:active {color: #EC297B; text-decoration: none; opacity: 1;} | ||
+ | div#headercontainer a:hover {color: #EC297B; text-decoration: none; opacity: 1;} | ||
+ | </style> | ||
+ | </html> | ||
+ | |||
+ | <div id="headercontainer"> | ||
+ | <div id="mainbutton" align="center"> | ||
+ | [[Msc1workshop:workshop01 |'''main''']] | ||
+ | </div> | ||
+ | <div id="button" align="center"> | ||
+ | [[Workshop1:A Tutorial|'''A_Tutorials''']] | ||
+ | </div> | ||
+ | <div id="button" align="center"> | ||
+ | [[Workshop1:P_Tutorial|'''P_Tutorials''']] | ||
+ | </div> | ||
+ | <div id="button" align="center"> | ||
+ | [[Workshop1:Schedule|'''Schedule''']] | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
== Tutorial 02-01: Arduino_Blink == | == Tutorial 02-01: Arduino_Blink == | ||
Line 15: | Line 74: | ||
<html> | <html> | ||
<div data-configid="2060182/1572809" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script> | <div data-configid="2060182/1572809" style="width: 650px; height: 244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script> | ||
+ | </html> | ||
+ | |||
+ | |||
+ | == Tutorial 02-04: Arduino_MuscleWire == | ||
+ | |||
+ | <html> | ||
+ | <div data-configid="2060182/11720881" style="width:650px; height:244px;" class="issuuembed"></div><script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script> | ||
</html> | </html> | ||
Line 30: | Line 96: | ||
</html> | </html> | ||
− | '''Code file link:''' [https://dl.dropboxusercontent.com/u/50517965/ | + | '''Code file link:''' [https://dl.dropboxusercontent.com/u/50517965/Interactive_Body_CODE_New.rar '''Arduino Code'''] |
Latest revision as of 13:47, 23 October 2015
Tutorial 02-01: Arduino_Blink
Tutorial 02-02: Arduino_Sensor
Tutorial 02-03: Arduino_Servo
Tutorial 02-04: Arduino_MuscleWire
Tutorial 03-01: Grasshopper
Tutorial 03-02: Firefly
Code file link: Arduino Code