Revision: 1765
Author: sebastien.lelong
Date: Fri Mar 12 00:54:29 2010
Log: PIC internals title, bump version, no blog context for ADC at the end,
trigger website updates
http://code.google.com/p/jallib/source/detail?r=1765
Modified:
/trunk/doc/dita/TOPUBLISH
/trunk/doc/dita/tutorials/Makefile
/trunk/doc/dita/tutorials/tutorial_adc_intro.xml
/trunk/doc/dita/tutorials/tutorial_peripherals.xml
=======================================
--- /trunk/doc/dita/TOPUBLISH Wed Feb 10 21:26:16 2010
+++ /trunk/doc/dita/TOPUBLISH Fri Mar 12 00:54:29 2010
@@ -18,10 +18,10 @@
# is generated.
# ditamap
-tutorials/tutorials.ditamap japp_config.py
2010012601
+tutorials/tutorials.ditamap japp_config.py
2010031201
# DITA xml
tutorials/license.xml japp_config.py
2010012502
-tutorials/tutorial_adc_intro.xml japp_config.py
2010012501
+tutorials/tutorial_adc_intro.xml japp_config.py
2010031201
tutorials/tutorial_basics.xml japp_config.py
2010012501
tutorials/tutorial_blink_a_led.xml japp_config.py
2010012901
tutorials/tutorial_changelog.xml japp_config.py
2010012701
@@ -35,7 +35,7 @@
tutorials/tutorial_installation.xml japp_config.py
2010012801
tutorials/tutorial_lcd.xml japp_config.py
2010012501
tutorials/tutorial_pata_hard_disk.xml japp_config.py
2010012501
-tutorials/tutorial_peripherals.xml japp_config.py
2010012501
+tutorials/tutorial_peripherals.xml japp_config.py
2010031201
tutorials/tutorial_pwm1.xml japp_config.py
2010012501
tutorials/tutorial_pwm2.xml japp_config.py
2010012501
tutorials/tutorial_pwm_intro.xml japp_config.py
2010012501
=======================================
--- /trunk/doc/dita/tutorials/Makefile Tue Jan 26 08:22:46 2010
+++ /trunk/doc/dita/tutorials/Makefile Fri Mar 12 00:54:29 2010
@@ -1,6 +1,6 @@
-VERSION=0.2
+VERSION=0.3
JAPPCONF=japp_config.py
prepare:
=======================================
--- /trunk/doc/dita/tutorials/tutorial_adc_intro.xml Thu Jan 21 10:46:26
2010
+++ /trunk/doc/dita/tutorials/tutorial_adc_intro.xml Fri Mar 12 00:54:29
2010
@@ -210,6 +210,5 @@
<p>Whether you would want to turn RB6/AN5 into a digital pin again,
you'd just call:</p>
<p><codeblock>set_digital_pin(5)</codeblock></p>
</section>
- <p>OK, enough for today, in next tutorials, we'll use our
breadboard to practice what we learned here.</p>
</body>
</topic>
=======================================
--- /trunk/doc/dita/tutorials/tutorial_peripherals.xml Sun Nov 8 01:04:16
2009
+++ /trunk/doc/dita/tutorials/tutorial_peripherals.xml Fri Mar 12 00:54:29
2010
@@ -1,8 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
+<!-- This document was created with Syntext Serna Free. -->
+<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd" []>
<topic id="topic-1">
- <title>PIC peripherals</title>
+ <title>PIC internals</title>
<body>
- <p>This chapter covers main and widely used PIC microcontroller
peripherals, like PWM, ADC, etc... For each section, you'll find some
basic theory explaining how things works, then a real-life example.</p>
+ <p>This chapter covers main and widely used PIC microcontroller
internals (also referred as <i>PIC peripherals</i> in datasheets), like
PWM, ADC, etc... For each section, you'll find some basic theory
explaining how things works, then a real-life example.</p>
</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.