3 This folder contains a number of examples that should help you get
4 starting with the LPC1343 and the codebase. For the most part,
5 you simply need to copy the appropriate main.c file to the root
6 folder of the code base, and recompile in your IDE or by running
7 'make clean' followed by 'make'.
11 Basic examples like blinky to get started.
15 Examples for Chibi, a light-weight 802.15.4 wireless stack. These
16 examples are based on custom HW (using the AT86RF212), and some HW
17 examples of using this chip are available at http://www.microbuilder.eu
21 This folder contains the default main.c file delivered in a clean
22 installation of the LPC1343 CodeBase.
26 Examples related to various display drivers.
30 Examples of using various sensor, like the I2C base LM75B temp sensor, etc.
34 A simple example of using SPI flash with the LPC1343.