diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-14 15:07:46 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-14 15:07:46 +0200 |
commit | a523a5162b98d1863e8a6cd6bc23b0aaad95779b (patch) | |
tree | 166a9b5aa6f6a6894364d557988be03b60666775 | |
parent | e3c22d70487985a6dcb7a5866c8baeecbbaa4103 (diff) | |
parent | 4ab9fb8c71d4f519b62d63a2fcd0d5647bc80539 (diff) |
Merge branch 'master' of pipeframe.xyz:school/project-vision
-rw-r--r-- | .editorconfig | 11 | ||||
-rw-r--r-- | doc/dui.md (renamed from doc/research.md) | 10 | ||||
-rw-r--r-- | doc/dui.tex | 3 | ||||
-rw-r--r-- | doc/research.tex | 3 |
4 files changed, 22 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a9383e8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +insert_final_newline = true + +[*.md] +indent_style = space +indent_size = 2 diff --git a/doc/research.md b/doc/dui.md index ba697a8..ede73c8 100644 --- a/doc/research.md +++ b/doc/dui.md @@ -1,3 +1,5 @@ +# Introduction + # Problem statement The following is the original project description (translated to English): @@ -11,7 +13,11 @@ The following is the original project description (translated to English): > concept. The cart does not need to drive fast, so the image processing does > not need to be very fast. Assume one frame per second (or faster). -# TBD: The big question +# Specifications + +# Architecture + +# Research ## Communication between the Nicla and Zumo @@ -89,6 +95,6 @@ nog niet}. } \communicationConclusion -## Conclusion +# Conclusion \communicationConclusion diff --git a/doc/dui.tex b/doc/dui.tex new file mode 100644 index 0000000..612ee40 --- /dev/null +++ b/doc/dui.tex @@ -0,0 +1,3 @@ +\newcommand\doctitle{DUI} +\input{base.tex} + diff --git a/doc/research.tex b/doc/research.tex deleted file mode 100644 index af15484..0000000 --- a/doc/research.tex +++ /dev/null @@ -1,3 +0,0 @@ -\newcommand\doctitle{Research document} -\input{base.tex} - |