From 3f6a715395cfee7adc7856ea1e8ab796931a2398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Heredero?= Date: Sun, 10 Apr 2022 16:17:04 +0200 Subject: [PATCH] test 3 --- .obsidian/workspace | 12 +++++++++--- _index.md | 17 +++++++++++++++++ content/note/Installation.md | 0 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 _index.md delete mode 100644 content/note/Installation.md diff --git a/.obsidian/workspace b/.obsidian/workspace index 543da94..a1d470c 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -9,7 +9,7 @@ "state": { "type": "markdown", "state": { - "file": "README.md", + "file": "_index.md", "mode": "source", "source": false } @@ -69,7 +69,7 @@ "state": { "type": "backlink", "state": { - "file": "README.md", + "file": "_index.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -89,9 +89,15 @@ }, "active": "53c7d65d526f34fc", "lastOpenFiles": [ + "_index.md", + "content/notes/custom Domain.md", "README.md", - "content/notes/Installation et mise en place pour Java.md", "content/note/Installation.md", + "content/notes/showcase.md", + "content/notes/obsidian.md", + "content/notes/editing.md", + "content/notes/config.md", + "content/notes/Installation et mise en place pour Java.md", "content/_index.md" ] } \ No newline at end of file diff --git a/_index.md b/_index.md new file mode 100644 index 0000000..871e0ba --- /dev/null +++ b/_index.md @@ -0,0 +1,17 @@ +# Programmer un RaspiDAC +## Introduction à Java +Les Raspberry pi peuvent être programmé de multipple façon. Le RaspiDAC est spécialement conçu pour fonctionner avec un ou des programme(s) écri(en)t en Java bien qu'il puisse fonctionner avec d'autre language de programmation. +Nous allons donc réaliser une initiation au Java au travers d'un cours basique de programmation en suivant les étapes suivantes: + +1. [Installation et mise en place pour Java](content/notes/Installation%20et%20mise%20en%20place%20pour%20Java.md) +2. La structure du code +3. Les types en Java +4. Les expression +5. Les boucles +6. Les fonctions +7. Les objets +8. Les types complexes + +## Les particularités d'un raspberry pi + +## L'automate en détails \ No newline at end of file diff --git a/content/note/Installation.md b/content/note/Installation.md deleted file mode 100644 index e69de29..0000000