From efc52185e26f10d7ddb66dd7e52a1f1325b3d987 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Tue, 8 Nov 2022 17:45:44 +0100 Subject: [PATCH] Add common examples README file --- README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..ff42b38 --- /dev/null +++ b/README @@ -0,0 +1,28 @@ +This repository provides example code for the development modules made by +Techno-Innov. + +Example applications are created in this directory, with one subdirectory +for each example application. These are (and must stay) independent. + +More usefull stuff is up to you. Creating an app is *very* simple. Copy one of +the examples to the name you want and start coding. +** Please, no spaces (or special characters) in the directory names ! ** + +Refer to the main README file (at the root of the core support git repository) +for more information about building and flashing. + + +If you did not get it yet, the core lpc122x support can be cloned from our +server: + git clone git://git.techno-innov.fr/lpc122x +You should then move this repository to the apps sub-directory of the core +support repository. + + +System Reference Manual and electronics sources for the modules can be found +on our server under these directories : +http://techdata.techno-innov.fr/Modules/LPC1224-BO/ +and +http://techdata.techno-innov.fr/Modules/GPIO_Demo/ + + -- 2.43.0