From 1309094557ff8e619f34c79f2303ab3a6aed2b9c Mon Sep 17 00:00:00 2001 From: Andy Brown Date: Wed, 8 Jun 2016 21:40:21 +0100 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd098cd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# The C++ Standard Template Library for the Arduino + +This is the source code that accompanies my [blog article](http://andybrown.me.uk/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/) regarding porting the SGI C++ STL to the Arduino. Please read the article for full details.