Difference between revisions of "Workshop1:A Tutorial"
From ex25
GARY CHANG (Talk | contribs) (→Examples) |
GARY CHANG (Talk | contribs) |
||
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 == | ||
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