Revision: 1640
Author: [email protected]
Date: Fri Jan 29 09:56:54 2010
Log: made image clickable on blink tutorial
http://code.google.com/p/jallib/source/detail?r=1640
Modified:
/trunk/doc/dita/TOPUBLISH
/trunk/doc/dita/tutorials/tutorial_blink_a_led.xml
=======================================
--- /trunk/doc/dita/TOPUBLISH Thu Jan 28 20:17:59 2010
+++ /trunk/doc/dita/TOPUBLISH Fri Jan 29 09:56:54 2010
@@ -23,7 +23,7 @@
tutorials/license.xml japp_config.py
2010012502
tutorials/tutorial_adc_intro.xml japp_config.py
2010012501
tutorials/tutorial_basics.xml japp_config.py
2010012501
-tutorials/tutorial_blink_a_led.xml japp_config.py
2010012501
+tutorials/tutorial_blink_a_led.xml japp_config.py
2010012901
tutorials/tutorial_changelog.xml japp_config.py
2010012701
tutorials/tutorial_externals.xml japp_config.py
2010012501
tutorials/tutorial_getting_started.xml japp_config.py
2010012501
=======================================
--- /trunk/doc/dita/tutorials/tutorial_blink_a_led.xml Tue Jan 19 18:15:19
2010
+++ /trunk/doc/dita/tutorials/tutorial_blink_a_led.xml Fri Jan 29 09:56:54
2010
@@ -22,7 +22,7 @@
<p>Now check PC connectivity to your programmer. Open your
programming software on your PC, check the settings within your software to
change the serial port number and programmer type (if available). Your
programmer software may tell you that your board is connected, if not, put
your PIC in your programmer and do some basic tests such as “read chip”,
“blank / erase chip”</p>
<image href="images/blink_a_led_programmer.jpg" width="450"
otherprops="clickable"/>
<p>If you are using Micropro, click on “file” -> “port”, and
“file” -> “programmer” -> (your programmer type). If you do not know
the programmer type, you will have to guess until Micropro says something
like “K149-BC board connected”, Put your PIC in your programmer and choose
your PIC type from the “Chip Selector” text box. Now do some basic
read/erase tests.</p>
- <image href="images/blink_a_led_micropro_read_pic.jpg" width="450"/>
+ <image href="images/blink_a_led_micropro_read_pic.jpg" width="450"
otherprops="clickable"/>
</section>
<section>
<title>Build your circuit</title>
@@ -31,7 +31,7 @@
</section>
<section>
<p>And here’s what it looks like. Notice the additional orange wire
to the left of my PIC, this ensures that I always put my PIC in the correct
position after programming. Do not connect your power 5v supply till your
circuit is complete and checked over at least twice. You will burn your PIC
if power is on while building your circuit. You will want an on/off switch
for your power supply.</p>
- <p><image href="images/blink_a_led_completed_circuit.jpg"/></p>
+ <p><image href="images/blink_a_led_completed_circuit.jpg"
otherprops="clickable"/></p>
</section>
<section>
<p>Your circuit is done, and it looks pretty, but it doesn’t do
anything :o(..</p>
--
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.