Prep for v1.0.0
[hackover2013-badge-firmware.git] / Readme.md
1 # LPC1343 Code Base
2
3 This software library is based on the freely available LPC1343 Reference
4 Design available at http://www.microBuilder.eu. Unless otherwise stated,
5 all files are licensed under the BSD license (see license.txt for details).
6
7 ## Downloads
8
9 The latest version of the software is always available on github at:
10
11 https://github.com/microbuilder/LPC1343CodeBase
12
13 ## Development Status
14
15 While there are almost certainly bugs and chunks of decidedly
16 mediocre code in the library, after two years or so of fairly
17 steady development effort, the core code should be fairly
18 reliable. Some drivers in the /drivers folder are incomplete,
19 and may have been abandoned once the basic features were working
20 (setting pixels on a display, etc.), but they should serve as
21 a good starting point for a wide variety of peripherals.
22
23 ## How Can Someone Support This Project
24
25 A lot of the recent development in this library was done
26 thanks to the financial support of Adafruit Industries (paying
27 me a salary to keep providing this stuff). If you find this library
28 useful, please consider ordering something from the people that
29 make this financially possible: http://www.adafruit.com
30
31 ## Documentation
32
33 Online documentation is available at the following URLs, though the
34 current documentation reflects and earlier version of the library, and some
35 inconsistencies are present since parts of the library have been
36 reorganized working towards a 1.0.0 release. The graphics library in
37 particular has been reorganized quite a bit.
38
39 General API Documentation:
40 http://www.microbuilder.eu/Projects/LPC1343ReferenceDesign/CodeBaseDocumentation.aspx
41
42 TFT LCD API:
43 http://www.microbuilder.eu/Projects/LPC1343ReferenceDesign/TFTLCDAPI.aspx
44
45 Other tutorials and links:
46 http://www.microbuilder.eu/Projects/LPC1343ReferenceDesign.aspx
This page took 0.050096 seconds and 5 git commands to generate.