From 61a400fd8a052410a3b3a57ca99862709617f02d Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Fri, 26 Jun 2009 19:24:25 +0000 Subject: [PATCH] Added BarGraph example --- readme.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index ea7b0ed07..d881de1dd 100644 --- a/readme.txt +++ b/readme.txt @@ -49,11 +49,12 @@ 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 - +* Updated Analog, Digital, and Communication examples to make style consistent +Added Tutorials: + * digital input State Change Detection example + * stubs examples, some basic code snippets that get used constantly + * Control Structure examples: For Loop, While Loop, If Statement + * Displays -- simple display methods: BarGraph tutorial ======= 0016 - 2009.05.30