From: Kevin Townsend Date: Fri, 23 Mar 2012 17:38:26 +0000 (+0100) Subject: v1.0.0 X-Git-Url: http://git.rohieb.name/hackover2013-badge-firmware.git/commitdiff_plain/d1670725f587944fb3ce8d4b340961abd63b9098 v1.0.0 --- diff --git a/tools/examples/Readme.md b/tools/examples/Readme.md new file mode 100644 index 0000000..e244e60 --- /dev/null +++ b/tools/examples/Readme.md @@ -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