From 3c86f468719fa0d7c789945d3cad4d0e128fc019 Mon Sep 17 00:00:00 2001 From: AKi Date: Thu, 13 Feb 2025 13:37:32 +0100 Subject: [PATCH] Initial commit --- ReadMe.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 ReadMe.md diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..01b8b63 --- /dev/null +++ b/ReadMe.md @@ -0,0 +1 @@ +#### Erstelle ein neues Repository von der Kommandozeile aus ``` touch README.md\ git init git add README.md\ git commit -m "first commit"\ git remote add origin https://git.intrepidcs.de/Andreas/Demo_SOME_IP.git\ git push -u origin master\ ``` #### Bestehendes Repository via Kommandozeile pushen ``` git remote add origin https://git.intrepidcs.de/Andreas/Demo_SOME_IP.git\ git push -u origin master\ ``` # Name of Demo ![Picture of Demosetup](./resources/20230207_181416.jpg) ## General showcase Short description what will be demonstrated ## Requirements Used devices, cabeling ... Maybe adding links to devices (WEB) and files (Internal)\ e.g. ``` [Remote datalogger](https://intrepidcs.com/products/data-loggers/) (neoVI-RED2/Fire3/Connect) ``` [Remote datalogger](https://intrepidcs.com/products/data-loggers/) (e.g. neoVI-RED2/Fire3/Connect)\ ## Setup I Used setups with internal links.\ e.g. ``` Upload [Setup file](OBD_and_GPS_Collection.vs3zip) ``` Upload [Setup file](OBD_and_GPS_Collection.vs3zip) ### Showcase Individual description of setup ## Setup II If multiple setups are available ### Showcase Individual description of setup \ No newline at end of file