diff --git a/module00/ex00/Makefile b/module00/ex00/Makefile new file mode 100644 index 0000000..79ffdac --- /dev/null +++ b/module00/ex00/Makefile @@ -0,0 +1,11 @@ +# Set the frequency of the CPU (in Hz) +F_CPU = 16000000UL + +all: hex flash + +hex: + +flash: + +clean: + rm -f main.hex main.bin \ No newline at end of file diff --git a/module00/ex00/main.c b/module00/ex00/main.c new file mode 100644 index 0000000..e9cdae1 --- /dev/null +++ b/module00/ex00/main.c @@ -0,0 +1,3 @@ +int main() { + return 0; +} \ No newline at end of file diff --git a/ressources/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061B.pdf b/ressources/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061B.pdf new file mode 100644 index 0000000..8359bc9 Binary files /dev/null and b/ressources/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061B.pdf differ diff --git a/ressources/elec42_pool.pdf b/ressources/elec42_pool.pdf new file mode 100644 index 0000000..a80f650 Binary files /dev/null and b/ressources/elec42_pool.pdf differ diff --git a/ressources/fr.subject_42chips.pdf b/ressources/fr.subject_42chips.pdf new file mode 100644 index 0000000..4157fa4 Binary files /dev/null and b/ressources/fr.subject_42chips.pdf differ