Merge branch 'master' of git://github.com/microbuilder/LPC1343CodeBase
[hackover2013-badge-firmware.git] / tools / examples / Readme.md
1 # Examples Folder
2
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'.
8
9 ## basics
10
11 Basic examples like blinky to get started.
12
13 ## chibi
14
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
18
19 ## default
20
21 This folder contains the default main.c file delivered in a clean
22 installation of the LPC1343 CodeBase.
23
24 ## lcd
25
26 Examples related to various display drivers.
27
28 ## sensors
29
30 Examples of using various sensor, like the I2C base LM75B temp sensor, etc.
31
32 ## spiflash
33
34 A simple example of using SPI flash with the LPC1343.
35
This page took 0.054418 seconds and 5 git commands to generate.