<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: I2C tc74a2</title>
		<link>http://forums.leaflabs.com/topic.php?id=960</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:09:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=960" rel="self" type="application/rss+xml" />

		<item>
			<title>pra on "I2C tc74a2"</title>
			<link>http://forums.leaflabs.com/topic.php?id=960#post-5911</link>
			<pubDate>Fri, 05 Aug 2011 18:04:12 +0000</pubDate>
			<dc:creator>pra</dc:creator>
			<guid isPermaLink="false">5911@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Great - Glad I could help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house91320 on "I2C tc74a2"</title>
			<link>http://forums.leaflabs.com/topic.php?id=960#post-5910</link>
			<pubDate>Fri, 05 Aug 2011 17:39:05 +0000</pubDate>
			<dc:creator>house91320</dc:creator>
			<guid isPermaLink="false">5910@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thanks just got it working :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pra on "I2C tc74a2"</title>
			<link>http://forums.leaflabs.com/topic.php?id=960#post-5909</link>
			<pubDate>Fri, 05 Aug 2011 17:30:10 +0000</pubDate>
			<dc:creator>pra</dc:creator>
			<guid isPermaLink="false">5909@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Wire.begin(9,5);   Pin 9 being SDA and 5 being SCL ( these are the I2C-1 pins for Maple.  Maple Mini and Ret6 are different.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house91320 on "I2C tc74a2"</title>
			<link>http://forums.leaflabs.com/topic.php?id=960#post-5906</link>
			<pubDate>Fri, 05 Aug 2011 16:27:27 +0000</pubDate>
			<dc:creator>house91320</dc:creator>
			<guid isPermaLink="false">5906@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;can i use any i/o pin and can you give me a syntax example?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pra on "I2C tc74a2"</title>
			<link>http://forums.leaflabs.com/topic.php?id=960#post-5905</link>
			<pubDate>Fri, 05 Aug 2011 16:05:08 +0000</pubDate>
			<dc:creator>pra</dc:creator>
			<guid isPermaLink="false">5905@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;One thing might be that you need to specify the SCL and SDA pins on the begin statement if you are not using your Maple's defaults for those pins and the defaults depends on the Maple you are using.  To be safe its best to always specify them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house91320 on "I2C tc74a2"</title>
			<link>http://forums.leaflabs.com/topic.php?id=960#post-5904</link>
			<pubDate>Fri, 05 Aug 2011 15:17:40 +0000</pubDate>
			<dc:creator>house91320</dc:creator>
			<guid isPermaLink="false">5904@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I just wrote some code to use an i2c temp sensor that doesn't work&#60;br /&#62;
#include &#38;lt;Wire.h&#38;gt;&#60;/p&#62;
&#60;p&#62;int temp_address = 74;&#60;/p&#62;
&#60;p&#62;void setup()&#60;br /&#62;
{&#60;br /&#62;
  SerialUSB.begin();&#60;br /&#62;
  Wire.begin();&#60;br /&#62;
}&#60;br /&#62;
void loop()&#60;br /&#62;
{&#60;br /&#62;
  Wire.beginTransmission(temp_address);&#60;br /&#62;
  Wire.send(0);&#60;br /&#62;
  Wire.endTransmission();&#60;br /&#62;
  Wire.requestFrom(temp_address, 1);&#60;br /&#62;
  while(Wire.available() == 0);&#60;br /&#62;
  int c = Wire.receive();&#60;br /&#62;
  SerialUSB.println(c);&#60;br /&#62;
}&#60;br /&#62;
and i tested it with the arduino and it works. So what am i doing wrong?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
