diff --git a/Microcontrollers/Eindopdracht/Eindopdracht.componentinfo.xml b/Microcontrollers/Eindopdracht/Eindopdracht.componentinfo.xml
new file mode 100644
index 0000000..8088836
--- /dev/null
+++ b/Microcontrollers/Eindopdracht/Eindopdracht.componentinfo.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+ Device
+ Startup
+
+
+ Atmel
+ 1.6.0
+ C:/Program Files (x86)\Atmel\Studio\7.0\Packs
+
+
+
+
+ C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATmega_DFP\1.6.364\include\
+
+ include
+ C
+
+
+ include/
+
+
+
+
+ C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATmega_DFP\1.6.364\include\avr\iom128.h
+
+ header
+ C
+ JdJ7J9I/SJh965SEyyyVYw==
+
+ include/avr/iom128.h
+
+
+
+
+ C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATmega_DFP\1.6.364\templates\main.c
+ template
+ source
+ C Exe
+ Pgs64tj/A8t0eeb4XG5S2Q==
+
+ templates/main.c
+ Main file (.c)
+
+
+
+ C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATmega_DFP\1.6.364\templates\main.cpp
+ template
+ source
+ C Exe
+ mkKaE95TOoATsuBGv6jmxg==
+
+ templates/main.cpp
+ Main file (.cpp)
+
+
+
+ C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATmega_DFP\1.6.364\gcc\dev\atmega128
+
+ libraryPrefix
+ GCC
+
+
+ gcc/dev/atmega128
+
+
+
+
+ ATmega_DFP
+ C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.6.364/Atmel.ATmega_DFP.pdsc
+ 1.6.364
+ true
+ ATmega128
+
+
+
+ Resolved
+ Fixed
+ true
+
+
+
\ No newline at end of file
diff --git a/Microcontrollers/Eindopdracht/Eindopdracht.cproj b/Microcontrollers/Eindopdracht/Eindopdracht.cproj
new file mode 100644
index 0000000..20ec06a
--- /dev/null
+++ b/Microcontrollers/Eindopdracht/Eindopdracht.cproj
@@ -0,0 +1,28 @@
+
+
+
+ 2.0
+ 7.0
+ com.Atmel.AVRGCC8.C
+ dce6c7e3-ee26-4d79-826b-08594b9ad897
+ ATmega128
+ none
+ Executable
+ C
+ $(MSBuildProjectName)
+ .elf
+ $(MSBuildProjectDirectory)\$(Configuration)
+ Eindopdracht
+ Eindopdracht
+ Eindopdracht
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Microcontrollers/Eindopdracht/main.c b/Microcontrollers/Eindopdracht/main.c
new file mode 100644
index 0000000..f8f3ec8
--- /dev/null
+++ b/Microcontrollers/Eindopdracht/main.c
@@ -0,0 +1,18 @@
+/*
+ * Eindopdracht.c
+ *
+ * Created: 31-3-2021 09:42:17
+ * Author : Sem
+ */
+
+#include
+
+
+int main(void)
+{
+ /* Replace with your application code */
+ while (1)
+ {
+ }
+}
+
diff --git a/Microcontrollers/ultrasonicSensor/ultrasonicSensor.cproj b/Microcontrollers/ultrasonicSensor/ultrasonicSensor.cproj
index 9d6d7c2..8c6a08f 100644
--- a/Microcontrollers/ultrasonicSensor/ultrasonicSensor.cproj
+++ b/Microcontrollers/ultrasonicSensor/ultrasonicSensor.cproj
@@ -28,6 +28,18 @@
0
0
+
+
+
+
+
+
+
+
+
+
+
+