-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhandbook.html
More file actions
78 lines (34 loc) · 1.3 KB
/
handbook.html
File metadata and controls
78 lines (34 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<body bgcolor=#eeeeee text=#000055 alink=#806a4b vlink=#806a4b link=#806a4b>
<center>
<br><br><br>
<font face="Verdana, Arial" size=+3><B>HANDBOOK</B></font></center>
<br><br>
<center>
<font face="Verdana, Arial"><i>
Hard copies are available in BEH 466 to be signed out.</i>
</font>
</center>
<br><br>
<ul>
<b> <li> <font face="Verdana, Arial">Using C++ to Program PIC Microcontrollers</b> <br>
<font size=-1>
<b><a href="handbook/programming.doc">Document</a></b> <br>
The first few fundamental steps of programming microcontrollers explained in plain English.
Contact Drew Headley with any questions regarding this lesson. </font>
<br><br>
<b> <li> <font face="Verdana, Arial">Motor Control</b> <br>
<font size=-1>
<b><a href="handbook/MotorControl.htm">HTML Document</a></b> <br>
How to get things moving. Sam Scheinman can answer all your questions about this one.</font>
<br><br>
<b> <li> <font face="Verdana, Arial">Servos</b> <br>
<font size=-1>
<b><a href="handbook/ServoControl.html">HTML Document</a></b> <br>
Sam Scheinman once again provides a good background on something used all over the place in
robotics (and other places as well): Servos.</font>
</ul>
</font>
</center>
</body>
</html>