<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HomeAutomation &#x2013; /branches/modules/EmbeddedSoftware/AVR/personal/template_module/</title><description>WebSVN RSS feed &#x2013; HomeAutomation</description><lastBuildDate>Sat, 12 Sep 2026 22:59:21 +0000</lastBuildDate><generator>WebSVN 2.8.8</generator><language>en</language><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=log&amp;isdir=1&amp;max=40&amp;</link><atom:link href="https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?isdir=1&amp;op=rss" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 14 May 2008 18:33:18 +0000</pubDate><dc:creator>linlun</dc:creator><title>Rev 829 – Added information on ModuleManager</title><description>&lt;div&gt;&lt;strong&gt;linlun – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added information on ModuleManager&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/README&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=829</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=829</guid></item>
<item><pubDate>Tue, 13 May 2008 22:02:25 +0000</pubDate><dc:creator>migan</dc:creator><title>Rev 827 – Added module for hd44780 lcd, not well tested yet but ...</title><description>&lt;div&gt;&lt;strong&gt;migan – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added module for hd44780 lcd, not well tested yet but starts&lt;br /&gt;
Fixed some defines to be able to work with pointers to messages&lt;br /&gt;
Created separate files for module protocol defines, not defined in canid.h anymore&lt;br /&gt;
Fixed bios.inc in template to use &amp;lt;GENERATE_ID&gt; again&lt;br /&gt;
Fixed a bug in ModuleManger&lt;br /&gt;
Added the framescript to the svn&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.h&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/config.inc.template&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/protocol.h&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/sources.list&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios.inc&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template&lt;br /&gt;+ /branches/modules/PcSoftware/scripts/frame&lt;br /&gt;~ /branches/modules/PcSoftware/scripts/ModuleManager&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=827</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=827</guid></item>
<item><pubDate>Tue, 13 May 2008 20:04:19 +0000</pubDate><dc:creator>migan</dc:creator><title>Rev 826 – Moved module-script to the scriptfolder Created a link to the ...</title><description>&lt;div&gt;&lt;strong&gt;migan – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Moved module-script to the scriptfolder&lt;br /&gt;
Created a link to the module-script in the template_module-folder&lt;/div&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/ModuleManager&lt;br /&gt;x /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py&lt;br /&gt;+ /branches/modules/PcSoftware/scripts/ModuleManager &lt;i&gt;(copied from /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py@825)&lt;/i&gt;&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=826</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=826</guid></item>
<item><pubDate>Tue, 13 May 2008 19:58:20 +0000</pubDate><dc:creator>migan</dc:creator><title>Rev 825 – Made script runnable without python at the command line</title><description>&lt;div&gt;&lt;strong&gt;migan – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Made script runnable without python at the command line&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=825</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=825</guid></item>
<item><pubDate>Tue, 13 May 2008 19:22:17 +0000</pubDate><dc:creator>migan</dc:creator><title>Rev 824 – Added the option to remove a module for application</title><description>&lt;div&gt;&lt;strong&gt;migan – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added the option to remove a module for application&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=824</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=824</guid></item>
<item><pubDate>Tue, 13 May 2008 19:09:06 +0000</pubDate><dc:creator>migan</dc:creator><title>Rev 822 – Fixed paths, now it should be working</title><description>&lt;div&gt;&lt;strong&gt;migan – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed paths, now it should be working&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sources.list&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=822</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=822</guid></item>
<item><pubDate>Tue, 13 May 2008 18:43:37 +0000</pubDate><dc:creator>migan</dc:creator><title>Rev 820 – Fixed wrong path</title><description>&lt;div&gt;&lt;strong&gt;migan – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed wrong path&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=820</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=820</guid></item>
<item><pubDate>Tue, 13 May 2008 18:04:16 +0000</pubDate><dc:creator>migan</dc:creator><title>Rev 819 – Added a script for adding modules to a application Cleaned ...</title><description>&lt;div&gt;&lt;strong&gt;migan – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added a script for adding modules to a application&lt;br /&gt;
Cleaned files and added new ones :)&lt;br /&gt;
Makefiles still does not work&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template&lt;br /&gt;x /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/dep.inc&lt;br /&gt;x /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/OLDMakefile&lt;br /&gt;x /branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc&lt;br /&gt;x /branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.template&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile&lt;br /&gt;x /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.inc&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py&lt;br /&gt;x /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules/sns_ds18x20&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/README&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template&lt;br /&gt;x /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/sources.list.template&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=819</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=819</guid></item>
<item><pubDate>Tue, 13 May 2008 08:03:21 +0000</pubDate><dc:creator>migan</dc:creator><title>Rev 817 – Added file to make a module have a list of ...</title><description>&lt;div&gt;&lt;strong&gt;migan – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added file to make a module have a list of its dependencies&lt;br /&gt;
Added file to list which modules to compile, THIS IS NOT COMPLETE&lt;br /&gt;
Tried to change the makefiles to work but it does not yet!&lt;br /&gt;
Corrected fault in application main, now checks HW_ID when getting a list request&lt;br /&gt;
Added simple defines for getting the individual bytes of a HW_ID easily&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/dep.inc&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.inc&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=817</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=817</guid></item>
<item><pubDate>Mon, 12 May 2008 07:08:33 +0000</pubDate><dc:creator>migan</dc:creator><title>Rev 807 – Fixed a thing or two in our example main Added ...</title><description>&lt;div&gt;&lt;strong&gt;migan – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed a thing or two in our example main&lt;br /&gt;
Added (uint8_t) to two of the defines in stdcan.h&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=807</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=807</guid></item>
<item><pubDate>Sun, 11 May 2008 21:45:39 +0000</pubDate><dc:creator>migan</dc:creator><title>Rev 804 – Updated define-names to be more clear Fixed a warning in ...</title><description>&lt;div&gt;&lt;strong&gt;migan – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Updated define-names to be more clear&lt;br /&gt;
Fixed a warning in stdcan&lt;br /&gt;
Added a config.inc.template to the application&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.template&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=804</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=804</guid></item>
<item><pubDate>Sun, 11 May 2008 18:47:36 +0000</pubDate><dc:creator>linlun</dc:creator><title>Rev 802 – removed bin-files</title><description>&lt;div&gt;&lt;strong&gt;linlun – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;removed bin-files&lt;/div&gt;x /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios&lt;br /&gt;x /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=802</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=802</guid></item>
<item><pubDate>Sun, 11 May 2008 18:43:51 +0000</pubDate><dc:creator>linlun</dc:creator><title>Rev 801 – First test application with changes to stdcan</title><description>&lt;div&gt;&lt;strong&gt;linlun – 77 file(s) modified&lt;/strong&gt;&lt;br/&gt;First test application with changes to stdcan&lt;/div&gt;~ /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c&lt;br /&gt;~ /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/OLDMakefile&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios.inc&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.eep&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.elf&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.h&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.hex&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.lss&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.map&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.sym&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_export.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_export.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_pass1.elf&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/config.h&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515/mcp2515.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515/mcp2515.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/flash.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/flash.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/libbios.a&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/libbios.S&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/config.h&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can/stdcan.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can/stdcan.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu/mcu.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu/mcu.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/crc8.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/crc8.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/delay.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/delay.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/ds18x20.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/ds18x20.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/onewire.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/onewire.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer/timer.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer/timer.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.d&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.eep&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.elf&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.hex&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.lss&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.lst&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.map&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.sym&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/modules&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/modules/sns_ds18x20&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules/sns_ds18x20&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template&lt;br /&gt;+ /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile&lt;br /&gt;</description><link>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=801</link><guid>https://websvn.auml.se/browse/HomeAutomation/branches/modules/EmbeddedSoftware/AVR/personal/template_module/?op=revision&amp;isdir=1&amp;rev=801</guid></item>
</channel></rss>