diff options
| -rw-r--r-- | examples/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
