added ressources and start makefile
This commit is contained in:
11
module00/ex00/Makefile
Normal file
11
module00/ex00/Makefile
Normal file
@@ -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
|
||||||
3
module00/ex00/main.c
Normal file
3
module00/ex00/main.c
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
int main() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
BIN
ressources/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061B.pdf
Normal file
BIN
ressources/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061B.pdf
Normal file
Binary file not shown.
BIN
ressources/elec42_pool.pdf
Normal file
BIN
ressources/elec42_pool.pdf
Normal file
Binary file not shown.
BIN
ressources/fr.subject_42chips.pdf
Normal file
BIN
ressources/fr.subject_42chips.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user