From f4beacb22aff1616ed3b6d39581f616ee50ba8c9 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Thu, 25 Jun 2009 19:05:04 +0000 Subject: [PATCH] Added new examples for 0016 update - tigoe --- readme.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index d0efc832c..ea7b0ed07 100644 --- a/readme.txt +++ b/readme.txt @@ -46,11 +46,25 @@ Processing and Wiring. UPDATES +<<<<<<< .mine +0016 - +[documentation / examples] +* Updating Analog, Digital, and Communication examples to make style consistent +* Adding digital input State Change Detection example +* Adding stubs examples, some basic code snippets that get used constantly +* Adding Control Structure examples: For Loop, While Loop, If Statement + + +======= 0016 - 2009.05.30 [documentation / examples] -* New communication examples (w/ corresponding Processing and Max/MSP code) by - Tom Igoe. +* New communication examples (w/ corresponding Processing and Max/MSP code) +* Updating Analog, Digital, and Communication examples to make style consistent +* Adding digital input State Change Detection example +* Adding stubs examples, some basic code snippets that get used constantly +* Adding Control Structure examples: For Loop, While Loop, If Statement + [core / libraries] * Adding support for the Arduino Pro and Pro Mini 3.3V / 8 MHz w/ ATmega328. @@ -77,6 +91,7 @@ UPDATES [tools] * Adding automatic dependency generation to the Makefile. (Lars Immisch) +>>>>>>> .r660 0015 - 2009.03.26 [core / libraries]