v1.0.0
authorKevin Townsend <kevin@ktownsend.com>
Fri, 23 Mar 2012 17:38:26 +0000 (18:38 +0100)
committerKevin Townsend <kevin@ktownsend.com>
Fri, 23 Mar 2012 17:38:26 +0000 (18:38 +0100)
tools/examples/Readme.md [new file with mode: 0644]

diff --git a/tools/examples/Readme.md b/tools/examples/Readme.md
new file mode 100644 (file)
index 0000000..e244e60
--- /dev/null
@@ -0,0 +1,35 @@
+# Examples Folder
+
+This folder contains a number of examples that should help you get
+starting with the LPC1343 and the codebase.  For the most part,
+you simply need to copy the appropriate main.c file to the root
+folder of the code base, and recompile in your IDE or by running
+'make clean' followed by 'make'.
+
+## basics
+  
+  Basic examples like blinky to get started.
+
+## chibi
+
+  Examples for Chibi, a light-weight 802.15.4 wireless stack.  These
+  examples are based on custom HW (using the AT86RF212), and some HW
+  examples of using this chip are available at http://www.microbuilder.eu
+
+## default
+
+  This folder contains the default main.c file delivered in a clean
+  installation of the LPC1343 CodeBase.
+
+## lcd
+
+  Examples related to various display drivers.
+
+## sensors
+
+  Examples of using various sensor, like the I2C base LM75B temp sensor, etc.
+  
+## spiflash
+
+  A simple example of using SPI flash with the LPC1343.
+  
\ No newline at end of file
This page took 0.024077 seconds and 4 git commands to generate.