<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/examples, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/librambutan/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/librambutan/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/'/>
<updated>2014-10-17T03:20:20+00:00</updated>
<entry>
<title>refactor: move test-style examples to ./tests</title>
<updated>2014-10-17T03:20:20+00:00</updated>
<author>
<name>bryan newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-10-17T03:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=dba5a9fe68ebb996eeee69fa9b573fe5a1561ce2'/>
<id>urn:sha1:dba5a9fe68ebb996eeee69fa9b573fe5a1561ce2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Added I2C slave echo example in examples folder. Using another maple, write a byte and then read."</title>
<updated>2014-01-10T20:15:26+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2014-01-10T20:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=3400e7bec16a9a7c80b52b304da2311cb3932ded'/>
<id>urn:sha1:3400e7bec16a9a7c80b52b304da2311cb3932ded</id>
<content type='text'>
This reverts commit 594724951553a882758c11497a4f03828b4f43e6.

Reverting pull request #54, which breaks examples/i2c-mcp4725-dac.cpp.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #54 from ginge/master</title>
<updated>2013-07-26T17:50:51+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-07-26T17:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=4f286c0b12876b36033a3e075a9b4f6914762d54'/>
<id>urn:sha1:4f286c0b12876b36033a3e075a9b4f6914762d54</id>
<content type='text'>
Added i2c slave support</content>
</entry>
<entry>
<title>examples/blinky.cpp: Use toggleLED() instead of digitalWrite().</title>
<updated>2013-01-02T01:11:14+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-01-02T01:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=9980bc4622a92c40a03712c0a08dde68cb8e109d'/>
<id>urn:sha1:9980bc4622a92c40a03712c0a08dde68cb8e109d</id>
<content type='text'>
Keep things simple.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Added I2C slave echo example in examples folder. Using another maple, write a byte and then read.</title>
<updated>2012-09-04T23:08:10+00:00</updated>
<author>
<name>Barry Carter</name>
<email>barry.carter@robotfuzz.com</email>
</author>
<published>2012-09-04T23:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=0d8f8210e5decb4870f77b5cd0e5325cb803a3af'/>
<id>urn:sha1:0d8f8210e5decb4870f77b5cd0e5325cb803a3af</id>
<content type='text'>
Slight tidy up.
Reformatted CREDITS file to be in correct order.
Added a note about buffer overrun

Signed-off-by:- Barry Carter &lt;barry.carter@gmail.com&gt;
</content>
</entry>
<entry>
<title>EXTI examples: whitespace fixups.</title>
<updated>2012-09-03T22:28:48+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-09-03T22:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=9b8d7c508f9ff0633b5ab8acf9e64bee891604dc'/>
<id>urn:sha1:9b8d7c508f9ff0633b5ab8acf9e64bee891604dc</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>"Changed tabs to spaces. Changed some braces placement to match existing examples</title>
<updated>2012-09-03T22:05:57+00:00</updated>
<author>
<name>Aditya Gaddam</name>
<email>adityagaddam@gmail.com</email>
</author>
<published>2012-09-03T22:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=3c0af902520b67ba2a8eb50f96a392d8070e3614'/>
<id>urn:sha1:3c0af902520b67ba2a8eb50f96a392d8070e3614</id>
<content type='text'>
Signed-off-by: Aditya Gaddam &lt;adityagaddam@gmail.com&gt;"
</content>
</entry>
<entry>
<title>"Added two examples for using attachInterrupt. One shows the use of a global function. While the second shows the use of a static class method as the event handler. Both work on Maple REVC</title>
<updated>2012-09-03T21:58:04+00:00</updated>
<author>
<name>Aditya Gaddam</name>
<email>adityagaddam@gmail.com</email>
</author>
<published>2012-09-03T21:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=aec407773bbef80478941193f05fd67ce8ed49e0'/>
<id>urn:sha1:aec407773bbef80478941193f05fd67ce8ed49e0</id>
<content type='text'>
Signed-off-by: Aditya Gaddam &lt;adityagaddam@gmail.com&gt;"
</content>
</entry>
<entry>
<title>test session: Add SerialUSB benchmark to 'U' command.</title>
<updated>2012-08-04T02:53:31+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-04T02:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=80f25b79dadafa2246ce208c6a4e3a039701b692'/>
<id>urn:sha1:80f25b79dadafa2246ce208c6a4e3a039701b692</id>
<content type='text'>
I'm currently measuring over 500 KB/sec with screen as my serial
monitor. If I don't display the output at all, I get over 600
KB/sec. Nice!

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>i2c-mcp4725-dac.cpp: Fix whitespace.</title>
<updated>2012-06-22T19:07:08+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-22T18:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=e397f7c18b775aacf40223a7cc91cba547e819e7'/>
<id>urn:sha1:e397f7c18b775aacf40223a7cc91cba547e819e7</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
</feed>
