<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=I2c-slave</id>
	<title>I2c-slave - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.marcelpost.com/wiki/index.php?action=history&amp;feed=atom&amp;title=I2c-slave"/>
	<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=I2c-slave&amp;action=history"/>
	<updated>2026-06-11T18:13:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://www.marcelpost.com/wiki/index.php?title=I2c-slave&amp;diff=1374&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;These code snippets and functions are intended for an I2C slave device.  Functions:  * listen on a set I2C device ID and issue an acknowledge bit when addressed * read incomin...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.marcelpost.com/wiki/index.php?title=I2c-slave&amp;diff=1374&amp;oldid=prev"/>
		<updated>2014-03-16T11:05:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;These code snippets and functions are intended for an I2C slave device.  Functions:  * listen on a set I2C device ID and issue an acknowledge bit when addressed * read incomin...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;These code snippets and functions are intended for an I2C slave device.&lt;br /&gt;
&lt;br /&gt;
Functions:&lt;br /&gt;
&lt;br /&gt;
* listen on a set I2C device ID and issue an acknowledge bit when addressed&lt;br /&gt;
* read incoming bytes when addressed (i.e. master sends the slave a &amp;#039;write&amp;#039;)&lt;br /&gt;
* detect incoming read requests (i.e. when master sends us the write/read/address sequence)&lt;br /&gt;
* reply back to read requests (i.e. master sets the clock, slave sets SDA)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(code available, just not yet copied here)&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>