<feed xmlns='http://www.w3.org/2005/Atom'>
<title>df10ch-atmolight-controller, branch master</title>
<subtitle>Atmolight Controller
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/'/>
<entry>
<title>Added support for new dfatmo parameter "weight_limit"</title>
<updated>2012-11-28T09:26:12+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>yak54@inkennet.de</email>
</author>
<published>2012-11-28T09:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/commit/?id=b41edd4c52489114e9434eb2fec7e2e51b7816aa'/>
<id>b41edd4c52489114e9434eb2fec7e2e51b7816aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added handling of weight limit.</title>
<updated>2012-11-27T16:30:27+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>yak54@inkennet.de</email>
</author>
<published>2012-11-27T16:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/commit/?id=71b8d43543bd0a273707531a72dcb02809f58e3a'/>
<id>71b8d43543bd0a273707531a72dcb02809f58e3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed compilation errors with recent avr-gcc version.</title>
<updated>2012-10-22T18:58:14+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>yak54@inkennet.de</email>
</author>
<published>2012-10-22T18:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/commit/?id=cb3e9afd627cdef3a92bace991b779deb342a976'/>
<id>cb3e9afd627cdef3a92bace991b779deb342a976</id>
<content type='text'>
Many thanks to "olebowle" for this patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many thanks to "olebowle" for this patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added binary distribution files.</title>
<updated>2011-09-24T23:20:24+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>yak54@inkennet.de</email>
</author>
<published>2011-09-24T23:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/commit/?id=d01fd7be0965066ff24d562628412d2ffd222fca'/>
<id>d01fd7be0965066ff24d562628412d2ffd222fca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some enhancements to windows port</title>
<updated>2011-09-24T23:15:58+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>andy@halstenbach.de</email>
</author>
<published>2011-09-24T23:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/commit/?id=29977fc5165fb4d26acc4f607d8408d9cabf36f8'/>
<id>29977fc5165fb4d26acc4f607d8408d9cabf36f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some more enhancements to distribution</title>
<updated>2011-09-24T23:02:54+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>yak54@inkennet.de</email>
</author>
<published>2011-09-24T23:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/commit/?id=5d2684d2a77ef457197c146f1406a406ff9b5ea3'/>
<id>5d2684d2a77ef457197c146f1406a406ff9b5ea3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup program version 4:</title>
<updated>2011-09-23T20:16:43+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>yak54@inkennet.de</email>
</author>
<published>2011-09-23T20:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/commit/?id=e13185dcc397297442e815cb4372537c86e89afa'/>
<id>e13185dcc397297442e815cb4372537c86e89afa</id>
<content type='text'>
	Exchange pyusb with extracted modules from python-libusb1 project.
	Add generating .exe file for win32 platform with py2exe.
	
Controller test application version 2:
	Port application to win32 platform.

Added win32 binary distribution generation.
Update README and HISTORY.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Exchange pyusb with extracted modules from python-libusb1 project.
	Add generating .exe file for win32 platform with py2exe.
	
Controller test application version 2:
	Port application to win32 platform.

Added win32 binary distribution generation.
Update README and HISTORY.
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate avr-size call to newer avr suite</title>
<updated>2010-11-12T12:58:23+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>yak54@gmx.net</email>
</author>
<published>2010-11-12T12:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/commit/?id=a9fd3ff0b95b45ea419c701448270a061b28c570'/>
<id>a9fd3ff0b95b45ea419c701448270a061b28c570</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added udev rules file for linux</title>
<updated>2010-11-12T12:47:10+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>yak54@gmx.net</email>
</author>
<published>2010-11-12T12:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/commit/?id=832c1b23892a6c12b826c58decce805fdae1affe'/>
<id>832c1b23892a6c12b826c58decce805fdae1affe</id>
<content type='text'>
Fixed some typos in README</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed some typos in README</pre>
</div>
</content>
</entry>
<entry>
<title>add more eclipse project files</title>
<updated>2010-07-27T09:46:46+00:00</updated>
<author>
<name>Andreas Auras</name>
<email>yak54@gmx.net</email>
</author>
<published>2010-07-27T09:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/df10ch-atmolight-controller/commit/?id=0b21627579d76ba9edb419c335df676cb0f00c06'/>
<id>0b21627579d76ba9edb419c335df676cb0f00c06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
