Revision: 1453
Author: sebastien.lelong
Date: Mon Nov 2 00:55:26 2009
Log: adjust image filename space
http://code.google.com/p/jallib/source/detail?r=1453
Modified:
/trunk/doc/dita/tutorials/tutorial_getting_started.xml
=======================================
--- /trunk/doc/dita/tutorials/tutorial_getting_started.xml Sun Nov 1
16:53:11 2009
+++ /trunk/doc/dita/tutorials/tutorial_getting_started.xml Mon Nov 2
00:55:26 2009
@@ -9,7 +9,7 @@
<body>
<p id="firstcontent">Guide to getting started with PIC
microcontrollers JALv2 & Jallib</p>
<section>
- <p><b>So, you’ve hard all the hype about PIC microcontrollers &
JALv2 and want to hear more?</b></p>
+ <p><b>So, you’ve heard all the hype about PIC microcontrollers &
JALv2 and want to hear more?</b></p>
<image href="images/getting_started_circuit.jpg"/>
<p>Let’s start with some questions you may have.</p>
</section>
@@ -50,7 +50,7 @@
</section>
<section>
<title>What PIC microcontroller should I buy?</title>
- <p><image href="images/getting_started_16F877.jpg"
width="150"/><image href="images/getting_started_16f877 diagram.jpg"
width="100"/></p>
+ <p><image href="images/getting_started_16F877.jpg"
width="150"/><image href="images/getting_started_16f877_diagram.jpg"
width="100"/></p>
<p>PIC16F877 or PIC16F877A seem to be the most popular mid-range PIC
at the moment (in the image above). You should be able to find them at your
local electronics store for around $10. This microcontroller has many
features and a good amount of memory. It will be sufficient for most of
your projects. We will build our first project on this chip.</p>
<p>There are many low-end PIC’s to choose from, PIC16F84, PIC16F88
are smaller chips for around $5. There are also very low end 8 pin PIC’s
such as 12F675 for $1.</p>
<p>If you’re looking for speed, functionality, and a whole lot of
memory space, you can go with a PIC18Fxxx chip. Some of these have USB
capability. I would suggest one of the following: 18F452, 18F4550, 18F2550.
These PIC’s will also work in our getting started “blink a led” tutorial
with the same circuit diagram. For future tutorials, the circuits may need
some modifications.</p>
@@ -122,7 +122,7 @@
<image href="images/getting_started_micropro.jpg"/>
</section>
<section>
- <p>Ok, enouf of this boring stuff, lets build something!</p>
+ <p>Ok, enough of this boring stuff, lets build something!</p>
</section>
</body>
</topic>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---