From 7597254c010d3ba0283588d1c360afbe4489fa1a Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Wed, 1 Jul 2009 17:31:26 +0000 Subject: [PATCH] Added new switch case example --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index e05edb814..c3e7b0950 100644 --- a/readme.txt +++ b/readme.txt @@ -53,7 +53,7 @@ UPDATES 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 + * Control Structure examples: For Loop, While Loop, If Statement, Switch Statement * Displays -- simple display methods: BarGraph tutorial, row-column scanning tutorial =======