From 5d33755a92d4f2052b5110ee5ee9bf441ff92562 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Tue, 8 Nov 2022 17:43:45 +0100 Subject: [PATCH] Improve README content --- apps/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/README b/apps/README index ceaf622..1c21d2b 100644 --- a/apps/README +++ b/apps/README @@ -2,11 +2,12 @@ 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 +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 with your module's -name, and create subdirectories there for each app you write for your module. +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. -- 2.43.0