From c93304cf9458f1633bf81b0197c6b298c9ffb6df Mon Sep 17 00:00:00 2001 From: Sudar Date: Sun, 22 Sep 2013 18:23:10 +0530 Subject: [PATCH] Add a README file for /examples folder Fix #74 --- examples/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..b170cdc --- /dev/null +++ b/examples/README.md @@ -0,0 +1,7 @@ +This folder contains the list of example Arduino sketches and makefile showing the different usage patterns + +- Blink - Shows normal usage +- HelloWorld - Shows how to include Arduino libraries +- BlinkInAVRC - Shows how to use plain AVR C code +- BlinkChipKIT - Shows how to use ChipKIT +- ATtinyBlink - Shows how to use different cores like ATtiny