<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/src, 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>2010-03-31T01:43:10+00:00</updated>
<entry>
<title>Major hierarchy reorganization; see README.</title>
<updated>2010-03-31T01:43:10+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2010-03-31T00:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=1d3861ef93f8423176c6010ab606abdab00a7cbd'/>
<id>urn:sha1:1d3861ef93f8423176c6010ab606abdab00a7cbd</id>
<content type='text'>
copy-to-ide and Makefile updated to conform; .gitignore added;
LICENSE added
</content>
</entry>
<entry>
<title>Removed main.cpp and updated example_main.cpp and added a blinky</title>
<updated>2010-03-23T05:41:08+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-03-23T05:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=8d6bf3b196c2a0bc1adda4a04669e54fdc5b65cb'/>
<id>urn:sha1:8d6bf3b196c2a0bc1adda4a04669e54fdc5b65cb</id>
<content type='text'>
version. New users are expected to write their or main.cpp or copy
from an example version.
</content>
</entry>
<entry>
<title>Unified analog, digital, and timer pin mappings to implement the mapping</title>
<updated>2010-03-23T05:25:00+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-03-23T04:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=3639ad2cf027da7425ebe76382842c006acec05a'/>
<id>urn:sha1:3639ad2cf027da7425ebe76382842c006acec05a</id>
<content type='text'>
we discussed. There's no such thing as A0-A15 anymore.  You should now
be able to do something like:

unsigned int val;
pinMode(15, INPUT_ANALOG);
val = analogRead(15);
</content>
</entry>
<entry>
<title>Added open-drain output and analog-input modes</title>
<updated>2010-03-23T03:52:08+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-03-23T03:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=48be688f451e81d2a81c76a85dadf18093e672ab'/>
<id>urn:sha1:48be688f451e81d2a81c76a85dadf18093e672ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git@github.com:leaflabs/maple-library</title>
<updated>2010-03-23T03:37:50+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-03-23T03:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=96ce013f875c918a70644ad23a03f0450a7f6848'/>
<id>urn:sha1:96ce013f875c918a70644ad23a03f0450a7f6848</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a carriage return for println, remove it from the usart send</title>
<updated>2010-03-23T03:19:36+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-03-23T03:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=76e746273c8fb0dc8952a04de87ff23c14916466'/>
<id>urn:sha1:76e746273c8fb0dc8952a04de87ff23c14916466</id>
<content type='text'>
routine.
</content>
</entry>
<entry>
<title>Configure port D correctly so that header pin 25 works; this may</title>
<updated>2010-03-18T22:35:59+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2010-03-18T22:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=b9dc0877500de4164f99acc7b269fbddfe5502d3'/>
<id>urn:sha1:b9dc0877500de4164f99acc7b269fbddfe5502d3</id>
<content type='text'>
have unintended consequences?
</content>
</entry>
<entry>
<title>turn usb interrupts on after failed assert so bootloader still works</title>
<updated>2010-03-11T05:17:57+00:00</updated>
<author>
<name>iperry</name>
<email>iperry@749a229e-a60e-11de-b98f-4500b42dc123</email>
</author>
<published>2010-03-11T05:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=7fb999bb529a00867293b67e04af2fa3b3b7225a'/>
<id>urn:sha1:7fb999bb529a00867293b67e04af2fa3b3b7225a</id>
<content type='text'>
git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@148 749a229e-a60e-11de-b98f-4500b42dc123
</content>
</entry>
<entry>
<title>turn usb interrupts on after failed assert so bootloader still works</title>
<updated>2010-03-11T05:17:46+00:00</updated>
<author>
<name>iperry</name>
<email>iperry@749a229e-a60e-11de-b98f-4500b42dc123</email>
</author>
<published>2010-03-11T05:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=64444756ecd2d9127529ae19a17cfbfa58f1cc69'/>
<id>urn:sha1:64444756ecd2d9127529ae19a17cfbfa58f1cc69</id>
<content type='text'>
git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@147 749a229e-a60e-11de-b98f-4500b42dc123
</content>
</entry>
<entry>
<title>modded the library makefile to work with patched dfu-util, also added the USER_FLASH section to the rom linker</title>
<updated>2010-02-12T20:57:45+00:00</updated>
<author>
<name>ajmeyer@mit.edu</name>
<email>ajmeyer@mit.edu@749a229e-a60e-11de-b98f-4500b42dc123</email>
</author>
<published>2010-02-12T20:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=966e4ac594494f02a62d34bb9446ce1ff07dc54b'/>
<id>urn:sha1:966e4ac594494f02a62d34bb9446ce1ff07dc54b</id>
<content type='text'>
git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@131 749a229e-a60e-11de-b98f-4500b42dc123
</content>
</entry>
</feed>
