<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>H I F I D U I N O C O D E</title>
	<atom:link href="http://downloadcode.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://downloadcode.wordpress.com</link>
	<description>Arduino code for HIFIDUINO</description>
	<lastBuildDate>Thu, 17 Nov 2011 06:18:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='downloadcode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>H I F I D U I N O C O D E</title>
		<link>http://downloadcode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://downloadcode.wordpress.com/osd.xml" title="H I F I D U I N O C O D E" />
	<atom:link rel='hub' href='http://downloadcode.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Where is the latest code?</title>
		<link>http://downloadcode.wordpress.com/2011/06/06/where-is-the-latest-code/</link>
		<comments>http://downloadcode.wordpress.com/2011/06/06/where-is-the-latest-code/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 17:02:35 +0000</pubDate>
		<dc:creator>BlogGeanDo</dc:creator>
				<category><![CDATA[General Code]]></category>

		<guid isPermaLink="false">http://downloadcode.wordpress.com/?p=123</guid>
		<description><![CDATA[You may want to check the CODE section on the main blog&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=downloadcode.wordpress.com&amp;blog=7252220&amp;post=123&amp;subd=downloadcode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://downloadcode.wordpress.com/2011/06/06/where-is-the-latest-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57acf63cf39e584527bf19b1b242413d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">downloadcode</media:title>
		</media:content>

		<media:content url="http://downloadcode.files.wordpress.com/2011/06/fireshot-capture-461-code-c2ab-h-i-f-i-d-u-i-n-o-hifiduino_wordpress_com_code.jpg" medium="image">
			<media:title type="html">CODE « H i F i D U I N O</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixed a Bug in the Code (v.B06e)</title>
		<link>http://downloadcode.wordpress.com/2011/01/11/fixed-a-bug-in-the-code-v-b06e/</link>
		<comments>http://downloadcode.wordpress.com/2011/01/11/fixed-a-bug-in-the-code-v-b06e/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 03:53:10 +0000</pubDate>
		<dc:creator>BlogGeanDo</dc:creator>
				<category><![CDATA[Code for Buffalo DAC]]></category>

		<guid isPermaLink="false">http://downloadcode.wordpress.com/?p=102</guid>
		<description><![CDATA[Code was missing &#8220;#include &#60;pins_arduino.h&#62;&#8221; under Libraries. For some reason copying html from the Arduino environment and pasting into wordpress will result in missing that part of the code. I have added it to the code just now. I also copied the fixed code and pasted it in a blank sketch in Arduino and compiles [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=downloadcode.wordpress.com&amp;blog=7252220&amp;post=102&amp;subd=downloadcode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://downloadcode.wordpress.com/2011/01/11/fixed-a-bug-in-the-code-v-b06e/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57acf63cf39e584527bf19b1b242413d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">downloadcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Code for Buffalo II DAC vB06e</title>
		<link>http://downloadcode.wordpress.com/2011/01/10/code-for-buffalo-ii-dac-vb06e/</link>
		<comments>http://downloadcode.wordpress.com/2011/01/10/code-for-buffalo-ii-dac-vb06e/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 07:42:06 +0000</pubDate>
		<dc:creator>BlogGeanDo</dc:creator>
				<category><![CDATA[Code for Buffalo DAC]]></category>

		<guid isPermaLink="false">http://downloadcode.wordpress.com/?p=95</guid>
		<description><![CDATA[/***************************************************************************************************  * HIFIDUINO v. B06e   *   * Saturday January 8th, 2011  *  * Arduino code for Buffalo II DAC and other DACs based on the Sabre32 DAC chip. This code is adapted  * from an earlier version developed for the Wolfson 8741 DAC chip. For more information visit  * www.hifiduino.wordpress.com or www.hifiduino.blogspot.com  *   * (Although this code is based on a confidential data sheet for which I've signed an NDA, I've also  * requested and have received permission to publish this code).  *   * Change log:  * v. B06e 01/08/11: Supports 32-bit I2S input in accordance to Buffalo II input wiring of SabreDAC  *                   Rearranged code for default conditions, correct reading of sample rate in I2S  *                   Allows manual "best DPLL bandwidth" setting. Allows manual selection of I2S or   *                   SPDIF. Can set default startup to I2S or SPDIF (in the code)  * v. B05  11/25/10: Added remote control capability using the Apple Aluminum Remote Control. This  *                   version enables remote volume control only.  * v. B04  11/06/10: Added large numbers, tidy-up the UI, "pulse" indicator -every time the status  *                   information is read. Also status indicator for PCM/DSD and Signal Lock   * v. B03  11/02/10: Supports s/w debounce, added setting of FIR filter, DPLL bandwidth, jitter  *                   reduction and adjustment of LCD brightness.   * v. B021 10/18/10: No new functionality, but cleaned up the code and comments.  * v. B02  10/15/10: Added reading of sample rate.  * v. B01  10/11/10: Volume control, LCD, Rotary Encoder.  ***************************************************************************************************/ /***************************************************************************************************  * look for "spdifStart" and set to true if you want the DAC to startup in SPDIF mode and false if   * you want the DAC to startup in I2S mode  *  *  ***************************************************************************************************/ // LIBRARIES #include &#60;LiquidCrystal.h&#62; // For LCD // Initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 10, 9, 8, 7); #include &#60;Wire.h&#62; // For I2C #include &#60;pins_arduino.h&#62;    // This is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=downloadcode.wordpress.com&amp;blog=7252220&amp;post=95&amp;subd=downloadcode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://downloadcode.wordpress.com/2011/01/10/code-for-buffalo-ii-dac-vb06e/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57acf63cf39e584527bf19b1b242413d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">downloadcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Code for Buffalo II DAC vB05</title>
		<link>http://downloadcode.wordpress.com/2010/11/26/code-for-buffalo-ii-dac-vb05/</link>
		<comments>http://downloadcode.wordpress.com/2010/11/26/code-for-buffalo-ii-dac-vb05/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 05:41:17 +0000</pubDate>
		<dc:creator>BlogGeanDo</dc:creator>
				<category><![CDATA[Code for Buffalo DAC]]></category>

		<guid isPermaLink="false">http://downloadcode.wordpress.com/?p=79</guid>
		<description><![CDATA[/***************************************************************************************************  * HIFIDUINO v. B05  *   * November 25, 2010  *  * Arduino code for Buffalo II DAC and other DACs based on the Sabre32 DAC chip. This code is adapted  * from an earlier version developed for the Wolfson 8741 DAC chip. For more information visit  * www.hifiduino.wordpress.com or www.hifiduino.blogspot.com  *   * (Although this code is based on a confidential data sheet for which I've signed an NDA, I've also  * requested and have received permission to publish this code).  *   * Change log:  * v. B05  11/25/10: Added remote control capability using the Apple Aluminum Remote Control. This                      version enables remote volume control only.  * v. B04  11/06/10: Added large numbers, tidy-up the UI, "pulse" indicator -every time the status  *                   information is read. Also status indicator for PCM/DSD and Signal Lock   * v. B03  11/02/10: Supports s/w debounce, added setting of FIR filter, DPLL bandwidth, jitter  *                   reduction and adjustment of LCD brightness.   * v. B021 10/18/10: No new functionality, but cleaned up the code and comments.  * v. B02  10/15/10: Added reading of sample rate.  * v. B01  10/11/10: Volume control, LCD, Rotary Encoder.  ***************************************************************************************************/ // LIBRARIES #include &#60;LiquidCrystal.h&#62; // For LCD // Initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 10, 9, 8, 7); #include &#60;Wire.h&#62; // For I2C #include &#60;pins_arduino.h&#62;   // This is needed for a new pulseIn function for remote // CONSTANT DEFINITION // (The digital volume for Sabre32 is 0 to -127 db in .5 db steps) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=downloadcode.wordpress.com&amp;blog=7252220&amp;post=79&amp;subd=downloadcode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://downloadcode.wordpress.com/2010/11/26/code-for-buffalo-ii-dac-vb05/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57acf63cf39e584527bf19b1b242413d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">downloadcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Code for Buffalo II DAC v. B04</title>
		<link>http://downloadcode.wordpress.com/2010/11/07/code-for-buffalo-ii-dac-v-b04/</link>
		<comments>http://downloadcode.wordpress.com/2010/11/07/code-for-buffalo-ii-dac-v-b04/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 05:11:08 +0000</pubDate>
		<dc:creator>BlogGeanDo</dc:creator>
				<category><![CDATA[Code for Buffalo DAC]]></category>

		<guid isPermaLink="false">http://downloadcode.wordpress.com/?p=76</guid>
		<description><![CDATA[/***************************************************************************************************  * HIFIDUINO v. B04  *   * November 06, 2010  *  * Arduino code for Buffalo II DAC and other DACs based on the Sabre32 DAC chip. This code is adapted  * from an earlier version developed for the Wolfson 8741 DAC chip. For more information visit  * www.hifiduino.wordpress.com or www.hifiduino.blogspot.com  *   * (Although this code is based on a confidential data sheet for which I've signed an NDA, I've also  * requested and have received permission to publish this code).  *   * Change log:  * v. B04  11/06/10: Added large numbers, tidy-up the UI, "pulse" indicator -every time the status  *                   information is read. Also status indicator for PCM/DSD and Signal Lock   * v. B03  11/02/10: Supports s/w debounce, added setting of FIR filter, DPLL bandwidth, jitter  *                   reduction and adjustment of LCD brightness.   * v. B021 10/18/10: No new functionality, but cleaned up the code and comments.  * v. B02  10/15/10: Added reading of sample rate.  * v. B01  10/11/10: Volume control, LCD, Rotary Encoder.  ***************************************************************************************************/ // LIBRARIES #include &#60;LiquidCrystal.h&#62; // For LCD // Initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 10, 9, 8, 7); #include &#60;Wire.h&#62; // For I2C // CONSTANT DEFINITION // (The digital volume for Sabre32 is 0 to -127 db in .5 db steps) #define DEFAULTATTNU 0x64 //-50 dB this is 50x2=100 or 0x64 #define MAXATTNU 0xC6     //-99dB this is 99X2=198 or 0xC6 #define MINATTNU 0x00     //-0 dB [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=downloadcode.wordpress.com&amp;blog=7252220&amp;post=76&amp;subd=downloadcode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://downloadcode.wordpress.com/2010/11/07/code-for-buffalo-ii-dac-v-b04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57acf63cf39e584527bf19b1b242413d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">downloadcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Code for Buffalo II DAC v. B03</title>
		<link>http://downloadcode.wordpress.com/2010/11/03/code-for-buffalo-ii-dac-v-b03/</link>
		<comments>http://downloadcode.wordpress.com/2010/11/03/code-for-buffalo-ii-dac-v-b03/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 06:02:38 +0000</pubDate>
		<dc:creator>BlogGeanDo</dc:creator>
				<category><![CDATA[Code for Buffalo DAC]]></category>

		<guid isPermaLink="false">http://downloadcode.wordpress.com/?p=72</guid>
		<description><![CDATA[/***************************************************************************************************  * HIFIDUINO v. B03  *   * November 02, 2010  * Arduino code for Buffalo II DAC and other DACs based on the Sabre32 DAC chip. This code is adapted  * from an earlier version developed for the Wolfson 8741 DAC chip. For more information visit  * www.hifiduino.wordpress.com or www.hifiduino.blogspot.com  *   * Although this code is based on a confidential data sheet for which I've signed an NDA, I've also  * requested and have received permission to publish this code.  *   * Change log:  * v. B03  11/02/10: Supports s/w debounce, added setting of FIR filter, DPLL bandwidth, jitter                      reduction and adjustment of LCD brightness.   * v. B021 10/18/10: No new functionality, but cleaned up the code and comments.  * v. B02  10/15/10: Added reading of sample rate.  * v. B01  10/11/10: Volume control, LCD, Rotary Encoder.  ***************************************************************************************************/  // LIBRARIES #include &#60;LiquidCrystal.h&#62; // For LCD // Initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 10, 9, 8, 7); #include &#60;Wire.h&#62; // For I2C // CONSTANT DEFINITION // (The digital volume for Sabre32 is 0 to -127 db in .5 db steps) #define DEFAULTATTNU 0x64 //-50 dB this is 50x2=100 or 0x64 #define MAXATTNU 0xC6     //-99dB this is 99X2=198 or 0xC6 #define MINATTNU 0x00     //-0 dB // #define DIMVOL 0x3C     //-60dB The volume level when dimming the volume #define VOLUPPIN 4       // [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=downloadcode.wordpress.com&amp;blog=7252220&amp;post=72&amp;subd=downloadcode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://downloadcode.wordpress.com/2010/11/03/code-for-buffalo-ii-dac-v-b03/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57acf63cf39e584527bf19b1b242413d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">downloadcode</media:title>
		</media:content>
	</item>
		<item>
		<title>v B021 (Cleaned Up the code for v B02)</title>
		<link>http://downloadcode.wordpress.com/2010/10/18/v-b021-cleaned-up-the-code-for-v-b02/</link>
		<comments>http://downloadcode.wordpress.com/2010/10/18/v-b021-cleaned-up-the-code-for-v-b02/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 15:26:22 +0000</pubDate>
		<dc:creator>BlogGeanDo</dc:creator>
				<category><![CDATA[Code for Buffalo DAC]]></category>

		<guid isPermaLink="false">http://downloadcode.wordpress.com/?p=68</guid>
		<description><![CDATA[/***************************************************************************************************  * HIFIDUINO v. B021  *   * October 15, 2010  * Arduino code for Buffalo II DAC and other DACs based on the Sabre32 DAC chip. This code is adapted  * from an earlier version developed for the Wolfson 8741 DAC chip. For more information visit  * www.hifiduino.wordpress.com or www.hifiduino.blogspot.com  *   * Although this code is based on a confidential data sheet for which I've signed an NDA, I've also  * requested and have received permission to publish this code.  *   * Change log:  * v. B01  10/11/10: Volume control, LCD, Rotary Encoder  * v. B02  10/15/10: Added reading of sample rate  * v. B021 10/18/10: No new functionality, but cleaned up the code and comments  ***************************************************************************************************/ // LIBRARIES #include &#60;LiquidCrystal.h&#62; // For LCD // Initialize the library with the numbers of the interface pins   LiquidCrystal lcd(12, 11, 10, 9, 8, 7); #include &#60;Wire.h&#62; // For I2C // CONSTANT DEFINITION // (The digital volume for Sabre32 is 0 to -127 db in .5 db steps) #define DEFAULTVOL 0x64 //-50 dB this is 50x2=100 or 0x64 #define MINVOL 0xC6     //-99dB this is 99X2=198 or 0xC6 #define MAXVOL 0x00     //-0 dB #define DIMVOL 0x3C     //-60dB The volume level when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=downloadcode.wordpress.com&amp;blog=7252220&amp;post=68&amp;subd=downloadcode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://downloadcode.wordpress.com/2010/10/18/v-b021-cleaned-up-the-code-for-v-b02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57acf63cf39e584527bf19b1b242413d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">downloadcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Code for Buffalo II DAC v B02</title>
		<link>http://downloadcode.wordpress.com/2010/10/15/code-for-buffalo-ii-dac-v-b02/</link>
		<comments>http://downloadcode.wordpress.com/2010/10/15/code-for-buffalo-ii-dac-v-b02/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 05:58:22 +0000</pubDate>
		<dc:creator>BlogGeanDo</dc:creator>
				<category><![CDATA[Code for Buffalo DAC]]></category>

		<guid isPermaLink="false">http://downloadcode.wordpress.com/?p=48</guid>
		<description><![CDATA[/* HIFIDUINO v. B02  October 15, 2010  Arduino code for Buffalo II DAC  and other DACs  based on the Sabre32 DAC chip    This code is adapted from an earlier version developed for  the Wolfson 8741 DAC chip    For more information visit  www.hifiduino.wordpress.com    Although this is based on a confidential data sheet for which I've  signed an NDA, I've also received permission to publish this code.    Change log:  v. B01 10/11/10: Volume control, LCD, Rotary Encoder  v. B02 10/15/10: Added reading of sample rate  */ /* For the LCD, I am using a "standard" HD44780 20x4 display,  and I am using the official Arduino LiquidCrystal library that  comes with the standard installation.    The pin assignment is different from the example  code and it is as follows:    * LCD RS pin to digital pin 12  * LCD Enable pin to digital pin 11  * LCD D4 pin to digital pin 10  * LCD D5 pin to digital pin 9  * LCD D6 pin to digital pin 8  * LCD D7 pin to digital pin 7  */ // LIBRARIES USED IN THIS CODE // include the  LCD library code: #include &#60;LiquidCrystal.h&#62; // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 10, 9, 8, 7); // include the library code for I2C: #include &#60;Wire.h&#62; // #DEFINES // Volume for Sabre32 is 0 to -127 db in .5 db steps #define DEFAULTVOL 0x64 //-50 dB this is 50x2=100 or 0x64 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=downloadcode.wordpress.com&amp;blog=7252220&amp;post=48&amp;subd=downloadcode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://downloadcode.wordpress.com/2010/10/15/code-for-buffalo-ii-dac-v-b02/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57acf63cf39e584527bf19b1b242413d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">downloadcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Code for Buffalo II DAC v B01</title>
		<link>http://downloadcode.wordpress.com/2010/10/12/code-for-buffalo-ii-dac-v-0-1/</link>
		<comments>http://downloadcode.wordpress.com/2010/10/12/code-for-buffalo-ii-dac-v-0-1/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 05:24:56 +0000</pubDate>
		<dc:creator>BlogGeanDo</dc:creator>
				<category><![CDATA[Code for Buffalo DAC]]></category>

		<guid isPermaLink="false">http://downloadcode.wordpress.com/?p=41</guid>
		<description><![CDATA[/* HIFIDUINO&#160;v.&#160;B01 &#160;October&#160;11,&#160;2010 &#160;Arduino&#160;code&#160;for&#160;Buffalo&#160;II&#160;DAC&#160;&#160;and&#160;other&#160;DACs &#160;based&#160;on&#160;the&#160;Sabre32&#160;DAC&#160;chip &#160; &#160;This&#160;code&#160;is&#160;adapted&#160;from&#160;an&#160;earlier&#160;version&#160;developed&#160;for &#160;the&#160;Wolfson&#160;8741&#160;DAC&#160;chip &#160; &#160;For&#160;more&#160;information&#160;visit &#160;www.hifiduino.wordpress.com &#160; &#160;Although&#160;this&#160;is&#160;based&#160;on&#160;a&#160;confidential&#160;data&#160;sheet&#160;for&#160;which&#160;I've &#160;sigend&#160;an&#160;NDA,&#160;I've&#160;also&#160;received&#160;permission&#160;to&#160;publish&#160;this&#160;code. &#160;*/ /*&#160;For&#160;the&#160;LCD,&#160;I&#160;am&#160;using&#160;a&#160;"standard"&#160;HD44780&#160;20x4&#160;display, &#160;and&#160;I&#160;am&#160;using&#160;the&#160;official&#160;Arduino&#160;LiquidCrystal&#160;library&#160;that &#160;comes&#160;with&#160;the&#160;standard&#160;installation. &#160; &#160;The&#160;pin&#160;assignment&#160;is&#160;different&#160;from&#160;the&#160;example &#160;code&#160;and&#160;it&#160;is&#160;as&#160;follows: &#160; &#160;*&#160;LCD&#160;RS&#160;pin&#160;to&#160;digital&#160;pin&#160;12 &#160;*&#160;LCD&#160;Enable&#160;pin&#160;to&#160;digital&#160;pin&#160;11 &#160;*&#160;LCD&#160;D4&#160;pin&#160;to&#160;digital&#160;pin&#160;10 &#160;*&#160;LCD&#160;D5&#160;pin&#160;to&#160;digital&#160;pin&#160;9 &#160;*&#160;LCD&#160;D6&#160;pin&#160;to&#160;digital&#160;pin&#160;8 &#160;*&#160;LCD&#160;D7&#160;pin&#160;to&#160;digital&#160;pin&#160;7 &#160;*/ //&#160;LIBRARIES&#160;USED&#160;IN&#160;THIS&#160;CODE //&#160;include&#160;the&#160;&#160;LCD&#160;library&#160;code: #include&#160;&#60;LiquidCrystal.h&#62; //&#160;initialize&#160;the&#160;library&#160;with&#160;the&#160;numbers&#160;of&#160;the&#160;interface&#160;pins LiquidCrystal lcd(12, 11, 10, 9, 8, 7); //&#160;include&#160;the&#160;library&#160;code&#160;for&#160;I2C: #include&#160;&#60;Wire.h&#62; //&#160;#DEFINES //&#160;Volume&#160;for&#160;Sabre32&#160;is&#160;0&#160;to&#160;-127&#160;db&#160;in&#160;.5&#160;db&#160;steps #define&#160;DEFAULTVOL&#160;0x64&#160;//-50 dB this is 50x2=100 or 0x64 #define&#160;MINVOL&#160;0xC6&#160;&#160;&#160;&#160;//-99dB this is 99X2=198 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=downloadcode.wordpress.com&amp;blog=7252220&amp;post=41&amp;subd=downloadcode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://downloadcode.wordpress.com/2010/10/12/code-for-buffalo-ii-dac-v-0-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57acf63cf39e584527bf19b1b242413d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">downloadcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Code v 0.7a</title>
		<link>http://downloadcode.wordpress.com/2009/06/22/code-v-0-7/</link>
		<comments>http://downloadcode.wordpress.com/2009/06/22/code-v-0-7/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 06:07:51 +0000</pubDate>
		<dc:creator>BlogGeanDo</dc:creator>
				<category><![CDATA[Code for OPUS DAC]]></category>

		<guid isPermaLink="false">http://downloadcode.wordpress.com/?p=37</guid>
		<description><![CDATA[/* Hifiduino v 0.7a May 19, 2011: Minor update and bug fixes to the version 0.7 of June 21, 2009 --------------------------------------------------------------------------- IMPORTANT: This code requires LCD12cW.h for i2c LCD from Web4robot LCD and macros.h for defining the large characters. Download library from: http://www.arduino.cc/playground/Code/LCDAPI and select "LCD12cW". After downloading copy the folder "LCDi2cW" to the "libraries" folder in the Arduino folder. "macros.h" is inside one of the examples in the examples folder. Move it out of that folder into the LCDi2cW folder ---------------------------------------------------------------------------- In this release: - Support for Web4robot LCD: http://www.arduino.cc/playground/Code/LCDAPI - Large number display for filter selection and volume - Digital Filter Selection: Filter 1 to Filter 5. - Rotary encoder. - Volume Control. Now -99 db to 0db in 1db increment. - Volume "dimmer". Volume dims to -60 dB when pushing rotary encoder - Changed the default delay in the LCD library to (0,0) See below note. - Select input sample rate (low, med, high) for future use. - Adjust brightness and contrast of display with remote - Remember brightness and contrast settings in eeprom - New fonts for large number display */ /* Additional notes: - The default delay for the web4robot LCD is (50,4)  It can be changed with setDelay(Cmd,Char).  In fact setDelay(0,0) works with the web4robot display  at least in this code, making it fairly fast */ #include &#60;Wire.h&#62; #include "macros.h" // Used for defining custom characters // library for i2c LCD from Web4robot LCD // Download library from http://www.arduino.cc/playground/Code/LCDAPI // and select "LCD12cW". After downloading copy the folder "LCDi2cW" // to the "libraries" folder in the Arduino folder #include &#60;LCDi2cW.h&#62; LCDi2cW lcd = LCDi2cW(4,20,0x4C,0); // Initialized the library // We will use the eeprom to store values #include &#60;EEPROM.h&#62; #define BRIADDR 0  // The address [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=downloadcode.wordpress.com&amp;blog=7252220&amp;post=37&amp;subd=downloadcode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://downloadcode.wordpress.com/2009/06/22/code-v-0-7/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/57acf63cf39e584527bf19b1b242413d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">downloadcode</media:title>
		</media:content>
	</item>
	</channel>
</rss>
