diff --git a/Microcontrollers/Microcontrollers.atsln b/Microcontrollers/Microcontrollers.atsln
index c5df7a3..1c17037 100644
--- a/Microcontrollers/Microcontrollers.atsln
+++ b/Microcontrollers/Microcontrollers.atsln
@@ -17,7 +17,7 @@ Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "opdracht 2.1", "opdracht 2.
EndProject
Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "Opdracht 2.2", "Opdracht 2.2\Opdracht 2.2.cproj", "{7328E66F-4181-4553-9542-DA5CC2A74A4E}"
EndProject
-Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "opdracht 2.3", "opdracht 2.3\opdracht 2.3.cproj", "{9154C165-89AB-43CF-8C28-23147BC26FDC}"
+Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "opdracht 2.3", "opdracht 2.3\opdracht 2.3.cproj", "{C1797223-6702-4148-917B-0CF584136D87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -53,10 +53,10 @@ Global
{7328E66F-4181-4553-9542-DA5CC2A74A4E}.Debug|AVR.Build.0 = Debug|AVR
{7328E66F-4181-4553-9542-DA5CC2A74A4E}.Release|AVR.ActiveCfg = Release|AVR
{7328E66F-4181-4553-9542-DA5CC2A74A4E}.Release|AVR.Build.0 = Release|AVR
- {9154C165-89AB-43CF-8C28-23147BC26FDC}.Debug|AVR.ActiveCfg = Debug|AVR
- {9154C165-89AB-43CF-8C28-23147BC26FDC}.Debug|AVR.Build.0 = Debug|AVR
- {9154C165-89AB-43CF-8C28-23147BC26FDC}.Release|AVR.ActiveCfg = Release|AVR
- {9154C165-89AB-43CF-8C28-23147BC26FDC}.Release|AVR.Build.0 = Release|AVR
+ {C1797223-6702-4148-917B-0CF584136D87}.Debug|AVR.ActiveCfg = Debug|AVR
+ {C1797223-6702-4148-917B-0CF584136D87}.Debug|AVR.Build.0 = Debug|AVR
+ {C1797223-6702-4148-917B-0CF584136D87}.Release|AVR.ActiveCfg = Release|AVR
+ {C1797223-6702-4148-917B-0CF584136D87}.Release|AVR.Build.0 = Release|AVR
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Microcontrollers/opdracht 2.3/opdracht 2.3.cproj b/Microcontrollers/opdracht 2.3/opdracht 2.3.cproj
index 947eaff..49874c3 100644
--- a/Microcontrollers/opdracht 2.3/opdracht 2.3.cproj
+++ b/Microcontrollers/opdracht 2.3/opdracht 2.3.cproj
@@ -4,7 +4,7 @@
2.0
7.0
com.microchip.xc8
- {9154c165-89ab-43cf-8c28-23147bc26fdc}
+ {c1797223-6702-4148-917b-0cf584136d87}
ATmega128
none
Executable
@@ -30,15 +30,15 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/Microcontrollers/opdracht 2.5/ldc.c b/Microcontrollers/opdracht 2.5/ldc.c
new file mode 100644
index 0000000..d079fcc
--- /dev/null
+++ b/Microcontrollers/opdracht 2.5/ldc.c
@@ -0,0 +1,16 @@
+/*
+ * main.c
+ *
+ * Created: 2/10/2021 2:04:13 PM
+ * Author: User
+ */
+
+#include
+
+int main(void)
+{
+ while(1)
+ {
+ //TODO:: Please write your application code
+ }
+}
\ No newline at end of file
diff --git a/Microcontrollers/opdracht 2.5/ldc.h b/Microcontrollers/opdracht 2.5/ldc.h
new file mode 100644
index 0000000..ec51ec8
--- /dev/null
+++ b/Microcontrollers/opdracht 2.5/ldc.h
@@ -0,0 +1,6 @@
+/*
+ * ldc.h
+ *
+ * Created: 10-2-2021 14:06:38
+ * Author: User
+ */
diff --git a/Microcontrollers/opdracht 2.5/opdracht 2.5.componentinfo.xml b/Microcontrollers/opdracht 2.5/opdracht 2.5.componentinfo.xml
new file mode 100644
index 0000000..bbcc667
--- /dev/null
+++ b/Microcontrollers/opdracht 2.5/opdracht 2.5.componentinfo.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+ 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\xc8\avr\include\avr\iom128.h
+
+ header
+ XC
+ JdJ7J9I/SJh965SEyyyVYw==
+
+ xc8/avr/include/avr/iom128.h
+
+
+
+
+ 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/opdracht 2.5/opdracht 2.5.cproj b/Microcontrollers/opdracht 2.5/opdracht 2.5.cproj
new file mode 100644
index 0000000..c7cb592
--- /dev/null
+++ b/Microcontrollers/opdracht 2.5/opdracht 2.5.cproj
@@ -0,0 +1,102 @@
+
+
+
+ 2.0
+ 7.0
+ com.microchip.xc8
+ {a8e029a0-3e6c-453c-ac34-4d6f411bed60}
+ ATmega128
+ none
+ Executable
+ C
+ $(MSBuildProjectName)
+ .elf
+ $(MSBuildProjectDirectory)\$(Configuration)
+ opdracht 2.5
+ opdracht 2.5
+ opdracht 2.5
+ XC8_2.31
+ true
+ false
+ true
+ true
+
+
+ true
+
+ 2
+ 0
+ 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ True
+ True
+ True
+
+
+ (%24DeviceMacro)
+ NDEBUG
+
+
+ Optimize for size (-Os)
+ True
+ True
+ True
+
+
+ libm
+
+
+
+
+
+
+
+
+ True
+ True
+
+
+ (%24DeviceMacro)
+ DEBUG
+
+
+ Optimize debugging experience (-Og)
+ True
+ True
+ Default (-g2)
+ True
+
+
+ libm
+
+
+ Default (-Wa,-g)
+
+
+
+
+
+ compile
+
+
+ compile
+
+
+
+
\ No newline at end of file