You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nathael Pajani 5d33755a92
Improve README content
4 months ago
..
.gitignore Add .gitignore so that modules code is not handled by base lpc122x support 4 months ago
README Improve README content 4 months ago

README

Place here your module directory, or clone existing modules repositories from
our server.

For example, to get all the examples we wrote for the GPIO-Demo and
LPC1224-BO (Break-Out) boards, you can simply (from the apps directory):
 git clone git://git.techno-innov.fr/lpc122x_examples base

If you created your own module, create a new directory here (under "apps") with
your module's name, and create subdirectories there for each app you write for
your module.

The easiest way to start a new app is to copy one from our examples, so you'll
get a Makefile and an example of the initialisation code.