From 25b1fa8c352d71e999d1f51ca9b4067c72acc986 Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Mon, 18 Nov 2024 13:07:02 +0100 Subject: [PATCH] changed locations of different files --- docs/home/home.md | 1 - docs/home/stappenplan.md | 5 ----- docs/{ => scrum}/retrospective/retro_sprint_2.md | 0 {docs => teamdocumentatie}/Ishak/feedback.md | 0 {docs => teamdocumentatie}/Ishak/motivatiebrief.md | 0 {docs => teamdocumentatie}/Ishak/motivatiebrief.pdf | Bin {docs => teamdocumentatie}/Ishak/smartleerdoel.md | 0 {docs => teamdocumentatie}/Ishak/smartleerdoel.pdf | Bin teamdocumentatie/Ishak/steekwoorden.md | 11 +++++++++++ 9 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 docs/home/home.md delete mode 100644 docs/home/stappenplan.md rename docs/{ => scrum}/retrospective/retro_sprint_2.md (100%) rename {docs => teamdocumentatie}/Ishak/feedback.md (100%) rename {docs => teamdocumentatie}/Ishak/motivatiebrief.md (100%) rename {docs => teamdocumentatie}/Ishak/motivatiebrief.pdf (100%) rename {docs => teamdocumentatie}/Ishak/smartleerdoel.md (100%) rename {docs => teamdocumentatie}/Ishak/smartleerdoel.pdf (100%) create mode 100644 teamdocumentatie/Ishak/steekwoorden.md diff --git a/docs/home/home.md b/docs/home/home.md deleted file mode 100644 index d8dffd5..0000000 --- a/docs/home/home.md +++ /dev/null @@ -1 +0,0 @@ -# home \ No newline at end of file diff --git a/docs/home/stappenplan.md b/docs/home/stappenplan.md deleted file mode 100644 index a9edda0..0000000 --- a/docs/home/stappenplan.md +++ /dev/null @@ -1,5 +0,0 @@ -- [x] Kobuki werkt met driver. -- [x] Ik kan de data uitlezen. -- [ ] Data wordt correct weergegeven. -- [ ] Ik kan de data laten zien in op de website. -- [ ] Ik kan de kobuki besturen vanaf de website. \ No newline at end of file diff --git a/docs/retrospective/retro_sprint_2.md b/docs/scrum/retrospective/retro_sprint_2.md similarity index 100% rename from docs/retrospective/retro_sprint_2.md rename to docs/scrum/retrospective/retro_sprint_2.md diff --git a/docs/Ishak/feedback.md b/teamdocumentatie/Ishak/feedback.md similarity index 100% rename from docs/Ishak/feedback.md rename to teamdocumentatie/Ishak/feedback.md diff --git a/docs/Ishak/motivatiebrief.md b/teamdocumentatie/Ishak/motivatiebrief.md similarity index 100% rename from docs/Ishak/motivatiebrief.md rename to teamdocumentatie/Ishak/motivatiebrief.md diff --git a/docs/Ishak/motivatiebrief.pdf b/teamdocumentatie/Ishak/motivatiebrief.pdf similarity index 100% rename from docs/Ishak/motivatiebrief.pdf rename to teamdocumentatie/Ishak/motivatiebrief.pdf diff --git a/docs/Ishak/smartleerdoel.md b/teamdocumentatie/Ishak/smartleerdoel.md similarity index 100% rename from docs/Ishak/smartleerdoel.md rename to teamdocumentatie/Ishak/smartleerdoel.md diff --git a/docs/Ishak/smartleerdoel.pdf b/teamdocumentatie/Ishak/smartleerdoel.pdf similarity index 100% rename from docs/Ishak/smartleerdoel.pdf rename to teamdocumentatie/Ishak/smartleerdoel.pdf diff --git a/teamdocumentatie/Ishak/steekwoorden.md b/teamdocumentatie/Ishak/steekwoorden.md new file mode 100644 index 0000000..976bd90 --- /dev/null +++ b/teamdocumentatie/Ishak/steekwoorden.md @@ -0,0 +1,11 @@ +# kobuki +# last sprint i have been busy with the website +# my job was to make an controller on the website for the kobuki +# so that we can control the kobuki with the website +# i did this using a protocol called MQTT +# mqtt is a protocol that is used to send messages between devices +# this is different from the normal protocol that i used last year +# it was a bit difficult to get the kobuki to work with the website +# next sprint i will be working on a sensor +# i will do some research on the different sensors that we can use +# \ No newline at end of file