├── C Codes Reference ├── Readme.md ├── main_1.c ├── main_100.c ├── main_101.c ├── main_102.c ├── main_103.c ├── main_104.c ├── main_105.c ├── main_11.c ├── main_14.c ├── main_15.c ├── main_16.c ├── main_17.c ├── main_18.c ├── main_19.c ├── main_2.c ├── main_20.c ├── main_21.c ├── main_22.c ├── main_23.c ├── main_24.c ├── main_25.c ├── main_26.c ├── main_27.c ├── main_28.c ├── main_29.c ├── main_3.c ├── main_30.c ├── main_31.c ├── main_32.c ├── main_33.c ├── main_34.c ├── main_35.c ├── main_36.c ├── main_37.c ├── main_38.c ├── main_39.c ├── main_4.c ├── main_40.c ├── main_41.c ├── main_42.c ├── main_43.c ├── main_44.c ├── main_46.c ├── main_47.c ├── main_48.c ├── main_49.c ├── main_5.c ├── main_50.c ├── main_51.c ├── main_52.c ├── main_53.c ├── main_54.c ├── main_55.c ├── main_56.c ├── main_57.c ├── main_58.c ├── main_59.c ├── main_6.c ├── main_60.c ├── main_61.c ├── main_62.c ├── main_63.c ├── main_64.c ├── main_65.c ├── main_66.c ├── main_67.c ├── main_68.c ├── main_69.c ├── main_7.c ├── main_70.c ├── main_71.c ├── main_72.c ├── main_73.c ├── main_74.c ├── main_75.c ├── main_76.c ├── main_77.c ├── main_78.c ├── main_79.c ├── main_8.c ├── main_80.c ├── main_81.c ├── main_82.c ├── main_83.c ├── main_84.c ├── main_85.c ├── main_86.c ├── main_87.c ├── main_88.c ├── main_89.c ├── main_9.c ├── main_90.c ├── main_91.c ├── main_92.c ├── main_93.c ├── main_94.c ├── main_95.c ├── main_96.c ├── main_97.c └── main_98.c ├── README.md ├── Term 1 ├── Midterm 1 │ ├── Ex 1 │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── mid ex1.exe │ │ ├── main.c │ │ ├── main.exe │ │ ├── main.o │ │ ├── mid ex1.cbp │ │ ├── mid ex1.depend │ │ ├── mid ex1.layout │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ ├── Ex 10 │ │ ├── ex 10.cbp │ │ ├── ex 10.layout │ │ ├── main.c │ │ ├── main.exe │ │ └── main.o │ ├── Ex 2 │ │ ├── Ex 2.cbp │ │ ├── Ex 2.layout │ │ ├── main.c │ │ ├── main.exe │ │ └── main.o │ ├── Ex 3 │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── ex 3.exe │ │ ├── ex 3.cbp │ │ ├── ex 3.layout │ │ ├── main.c │ │ ├── main.exe │ │ ├── main.o │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ ├── Ex 4 │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── ex 4.exe │ │ ├── ex 4.cbp │ │ ├── ex 4.depend │ │ ├── ex 4.layout │ │ ├── main.c │ │ ├── main.exe │ │ ├── main.o │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ ├── Ex 5 │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── ex 5.exe │ │ ├── ex 5.cbp │ │ ├── ex 5.layout │ │ ├── main.c │ │ ├── main.exe │ │ ├── main.o │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ ├── Ex 6 │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── ex 6.exe │ │ ├── ex 6.cbp │ │ ├── ex 6.layout │ │ ├── main.c │ │ ├── main.exe │ │ ├── main.o │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ ├── Ex 7 │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── ex 7.exe │ │ ├── ex 7.cbp │ │ ├── ex 7.depend │ │ ├── ex 7.layout │ │ ├── main.c │ │ ├── main.exe │ │ ├── main.o │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ ├── Ex 8 │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── ex 8.exe │ │ ├── ex 8.cbp │ │ ├── ex 8.layout │ │ ├── main.c │ │ ├── main.exe │ │ ├── main.o │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ ├── Ex 9 │ │ ├── Ex 9.cbp │ │ ├── Ex 9.layout │ │ ├── main.c │ │ ├── main.exe │ │ ├── main.o │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ └── Pictures │ │ ├── 1.PNG │ │ ├── 10.PNG │ │ ├── 2.PNG │ │ ├── 3.PNG │ │ ├── 4.PNG │ │ ├── 5.PNG │ │ ├── 6.PNG │ │ ├── 7.PNG │ │ ├── 8.PNG │ │ └── 9.PNG ├── Unit 2 ( C Programming ) │ ├── Assignment │ │ ├── HW 3 ( C basic ) │ │ │ ├── 1 │ │ │ │ ├── HW 3.txt │ │ │ │ ├── ex 1 │ │ │ │ │ ├── bin │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ └── ex 1.exe │ │ │ │ │ ├── ex 1.cbp │ │ │ │ │ ├── main.c │ │ │ │ │ └── obj │ │ │ │ │ │ └── Debug │ │ │ │ │ │ └── main.o │ │ │ │ ├── ex 2 │ │ │ │ │ ├── bin │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ └── ex 2.exe │ │ │ │ │ ├── ex 2.cbp │ │ │ │ │ ├── main.c │ │ │ │ │ └── obj │ │ │ │ │ │ └── Debug │ │ │ │ │ │ └── main.o │ │ │ │ ├── ex 3 │ │ │ │ │ ├── bin │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ └── ex 3.exe │ │ │ │ │ ├── ex 3.cbp │ │ │ │ │ ├── ex 3.depend │ │ │ │ │ ├── main.c │ │ │ │ │ └── obj │ │ │ │ │ │ └── Debug │ │ │ │ │ │ └── main.o │ │ │ │ ├── ex 4 │ │ │ │ │ ├── bin │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ └── ex 4.exe │ │ │ │ │ ├── ex 4.cbp │ │ │ │ │ ├── ex 4.depend │ │ │ │ │ ├── ex 4.layout │ │ │ │ │ ├── main.c │ │ │ │ │ ├── obj │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ └── main.o │ │ │ │ │ └── ثء 4.cbp │ │ │ │ ├── ex 5 │ │ │ │ │ ├── bin │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ └── ex 5.exe │ │ │ │ │ ├── ex 5.cbp │ │ │ │ │ ├── ex 5.layout │ │ │ │ │ ├── main.c │ │ │ │ │ └── obj │ │ │ │ │ │ └── Debug │ │ │ │ │ │ └── main.o │ │ │ │ ├── ex 6 │ │ │ │ │ ├── bin │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ └── ex 6.exe │ │ │ │ │ ├── ex 6.cbp │ │ │ │ │ ├── ex 6.depend │ │ │ │ │ ├── ex 6.layout │ │ │ │ │ ├── main.c │ │ │ │ │ ├── main.exe │ │ │ │ │ ├── main.o │ │ │ │ │ └── obj │ │ │ │ │ │ └── Debug │ │ │ │ │ │ └── main.o │ │ │ │ └── ex 7 │ │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex 7.exe │ │ │ │ │ ├── ex 7.cbp │ │ │ │ │ ├── ex 7.layout │ │ │ │ │ ├── main.c │ │ │ │ │ ├── main.exe │ │ │ │ │ ├── main.o │ │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ └── 2 │ │ │ │ ├── HW 3.pdf │ │ │ │ ├── ex 1 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex1.exe │ │ │ │ ├── ex1.cbp │ │ │ │ ├── ex1.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ │ ├── ex 2 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex 2.exe │ │ │ │ ├── ex 2.cbp │ │ │ │ ├── ex 2.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ │ ├── ex 3 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex 3.exe │ │ │ │ ├── ex 3.cbp │ │ │ │ ├── ex 3.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ │ ├── ex 4 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex 4.exe │ │ │ │ ├── ex 4.cbp │ │ │ │ ├── ex 4.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ │ ├── ex 5 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex 5.exe │ │ │ │ ├── ex 5.cbp │ │ │ │ ├── ex 5.depend │ │ │ │ ├── ex 5.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ │ ├── ex 6 │ │ │ │ ├── EX 6.cbp │ │ │ │ ├── EX 6.layout │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── EX 6.exe │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ │ ├── ex 7 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex 7.exe │ │ │ │ ├── ex 7.cbp │ │ │ │ ├── ex 7.depend │ │ │ │ ├── ex 7.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ │ └── ex 8 │ │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ └── ex 8.exe │ │ │ │ ├── ex 8.cbp │ │ │ │ ├── ex 8.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── main.o │ │ ├── HW 4 ( Arrays&Strings ) │ │ │ ├── ex 1 │ │ │ │ ├── HW-ex1.cbp │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── HW-ex1.exe │ │ │ │ ├── main.c │ │ │ │ ├── main.exe │ │ │ │ ├── main.o │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── ex 2 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── HW4 │ │ │ │ │ │ └── ex2.exe │ │ │ │ ├── ex2.cbp │ │ │ │ ├── ex2.depend │ │ │ │ ├── ex2.layout │ │ │ │ ├── main.c │ │ │ │ ├── main.exe │ │ │ │ ├── main.o │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── ex 3 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── HW4 │ │ │ │ │ │ └── ex3.exe │ │ │ │ ├── ex3.cbp │ │ │ │ ├── ex3.layout │ │ │ │ ├── main.c │ │ │ │ ├── main.exe │ │ │ │ ├── main.o │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── ex 4 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── HW4 │ │ │ │ │ │ └── ex4.exe │ │ │ │ ├── ex4.cbp │ │ │ │ ├── ex4.layout │ │ │ │ ├── main.c │ │ │ │ ├── main.exe │ │ │ │ ├── main.o │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── ex 5 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── HW4 │ │ │ │ │ │ └── ex5.exe │ │ │ │ ├── ex5.cbp │ │ │ │ ├── ex5.layout │ │ │ │ ├── main.c │ │ │ │ ├── main.exe │ │ │ │ ├── main.o │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── ex 6 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex 6.exe │ │ │ │ ├── ex 6.cbp │ │ │ │ ├── ex 6.depend │ │ │ │ ├── ex 6.layout │ │ │ │ ├── main.c │ │ │ │ ├── main.exe │ │ │ │ ├── main.o │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── ex 7 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex 7.exe │ │ │ │ ├── ex 7.cbp │ │ │ │ ├── ex 7.depend │ │ │ │ ├── ex 7.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ └── ex 8 │ │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ └── ex 8.exe │ │ │ │ ├── ex 8.cbp │ │ │ │ ├── ex 8.depend │ │ │ │ ├── ex 8.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── main.o │ │ ├── HW 5 ( C Function ) │ │ │ ├── ex 1 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex1.exe │ │ │ │ ├── ex1.cbp │ │ │ │ ├── ex1.depend │ │ │ │ ├── ex1.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── ex 2 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex 2.exe │ │ │ │ ├── ex 2.cbp │ │ │ │ ├── ex 2.depend │ │ │ │ ├── ex 2.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── ex 3 │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── ex 3.exe │ │ │ │ ├── ex 3.cbp │ │ │ │ ├── ex 3.depend │ │ │ │ ├── ex 3.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ ├── HW 5 │ │ │ │ │ └── Untitled1.o │ │ │ │ │ └── main.o │ │ │ └── ex 4 │ │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ └── ex 4.exe │ │ │ │ ├── ex 4.cbp │ │ │ │ ├── ex 4.depend │ │ │ │ ├── ex 4.layout │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── main.o │ │ ├── HW 6 ( Structure - Union - Enum ) │ │ │ ├── Ex 1 │ │ │ │ ├── Ex 1.cbp │ │ │ │ ├── Ex 1.layout │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── Ex 1.exe │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── Ex 2 │ │ │ │ ├── Ex 2.cbp │ │ │ │ ├── Ex 2.layout │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── Ex 2.exe │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── Ex 3 │ │ │ │ ├── Ex 3.cbp │ │ │ │ ├── Ex 3.depend │ │ │ │ ├── Ex 3.layout │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── Ex 3.exe │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ ├── Ex 4 │ │ │ │ ├── Ex 4.cbp │ │ │ │ ├── Ex 4.depend │ │ │ │ ├── Ex 4.layout │ │ │ │ ├── bin │ │ │ │ │ └── Debug │ │ │ │ │ │ └── Ex 4.exe │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── main.o │ │ │ └── Ex 5 │ │ │ │ ├── Ex 5.cbp │ │ │ │ ├── Ex 5.layout │ │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ └── Ex 5.exe │ │ │ │ ├── main.c │ │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── main.o │ │ └── HW 8 ( Pointer ) │ │ │ ├── Ex 1 │ │ │ ├── HW 1.cbp │ │ │ ├── HW 1.layout │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ └── HW 1.exe │ │ │ ├── main.c │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── main.o │ │ │ ├── Ex 2 │ │ │ ├── Ex 2.cbp │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ └── Ex 2.exe │ │ │ ├── main.c │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── main.o │ │ │ ├── Ex 3 │ │ │ ├── Ex 3.cbp │ │ │ ├── Ex 3.depend │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ └── Ex 3.exe │ │ │ ├── main.c │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── main.o │ │ │ ├── Ex 4 │ │ │ ├── Ex 4.cbp │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ └── Ex 4.exe │ │ │ ├── main.c │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── main.o │ │ │ └── Ex 5 │ │ │ ├── Ex 5.cbp │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── Ex 5.exe │ │ │ ├── main.c │ │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ └── Quizes │ │ ├── clear bit │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── clear bit.exe │ │ ├── clear bit.cbp │ │ ├── clear bit.depend │ │ ├── main.c │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ │ ├── compare │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── compare.exe │ │ ├── compare.cbp │ │ ├── compare.depend │ │ ├── main.c │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ │ ├── last occurance │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── last occurance.exe │ │ ├── last occurance.cbp │ │ ├── main.c │ │ └── obj │ │ │ └── Debug │ │ │ └── main.o │ │ ├── reverse array │ │ ├── bin │ │ │ └── Debug │ │ │ │ └── reverse array.exe │ │ ├── main.c │ │ ├── obj │ │ │ └── Debug │ │ │ │ └── main.o │ │ └── reverse array.cbp │ │ └── swapping │ │ ├── bin │ │ └── Debug │ │ │ └── swapping.exe │ │ ├── main.c │ │ ├── obj │ │ └── Debug │ │ │ └── main.o │ │ ├── swapping.cbp │ │ └── swapping.depend ├── Unit 3 ( Embedded C ) │ ├── Assignment 1 │ │ ├── Lab 1 │ │ │ ├── Debug │ │ │ │ ├── Lab 1.exe │ │ │ │ └── src │ │ │ │ │ └── Lab 1.o │ │ │ └── src │ │ │ │ ├── Lab 1.c │ │ │ │ └── Platform_Types.h │ │ └── Plarform_Types │ │ │ └── Platform_Types.h │ ├── Assignment 2 │ │ └── Lab 1 │ │ │ ├── APP.c │ │ │ ├── APP.o │ │ │ ├── APP.s │ │ │ ├── Learn_in_depth.bin │ │ │ ├── Learn_in_depth.elf │ │ │ ├── Linker_Script.ld │ │ │ ├── Startup.o │ │ │ ├── Startup.s │ │ │ ├── UART.c │ │ │ ├── UART.h │ │ │ ├── UART.o │ │ │ └── output.map │ ├── Assignment 3 │ │ ├── Lab ( Startup.c ) │ │ │ ├── LAB2_ARM_CORTEX-M3.bin │ │ │ ├── LAB2_ARM_CORTEX-M3.elf │ │ │ ├── Linker_Script.ld │ │ │ ├── Main.c │ │ │ ├── Main.o │ │ │ ├── Makefile │ │ │ ├── Startup.c │ │ │ ├── Startup.o │ │ │ └── output.map │ │ └── Lab ( Startup.s ) │ │ │ ├── LAB1_ARM_CORTEX-M3.elf │ │ │ ├── Linker_Script.ld │ │ │ ├── Makefile │ │ │ ├── Startup.o │ │ │ ├── Startup.s │ │ │ ├── main.c │ │ │ ├── main.o │ │ │ └── output.map │ └── Assignment 4 │ │ ├── 20220103_174957.mp4 │ │ └── LAB 3 │ │ ├── LAB3_CORTEX-M4.axf │ │ ├── LAB3_CORTEX-M4.bin │ │ ├── LAB3_CORTEX-M4.elf │ │ ├── Linker_Script.ld │ │ ├── Makefile │ │ ├── Map.map │ │ ├── Startup.c │ │ ├── Startup.o │ │ ├── main.c │ │ ├── main.o │ │ └── set_env_path ├── Unit 4 ( System Architect ) │ ├── Assignment 1 ( Data Structure ) │ │ ├── FIFO │ │ │ ├── Debug │ │ │ │ ├── FIFO.exe │ │ │ │ ├── FIFO.o │ │ │ │ └── main.o │ │ │ ├── FIFO.c │ │ │ ├── FIFO.h │ │ │ └── main.c │ │ ├── LIFO │ │ │ ├── Debug │ │ │ │ ├── LIFO.exe │ │ │ │ ├── LIFO.o │ │ │ │ └── main.o │ │ │ ├── LIFO.c │ │ │ ├── LIFO.h │ │ │ └── main.c │ │ └── Student Data Base │ │ │ ├── Debug │ │ │ ├── Features.o │ │ │ ├── Student Data Base.exe │ │ │ └── main.o │ │ │ ├── Features.c │ │ │ ├── Features.h │ │ │ └── main.c │ └── Assignment 2 ( Collision Avoidance ) │ │ ├── Collision_Avoidance.c │ │ ├── Collision_Avoidance.h │ │ ├── DC_Motor.c │ │ ├── DC_Motor.h │ │ ├── Debug │ │ ├── Collision_Avoidance.exe │ │ ├── Collision_Avoidance.o │ │ ├── DC_Motor.o │ │ ├── Ultrasonic_Sensor.o │ │ └── main.o │ │ ├── State.h │ │ ├── Ultrasonic_Sensor.c │ │ ├── Ultrasonic_Sensor.h │ │ ├── main.c │ │ ├── simulationtrace_fromttool.png │ │ └── simulationtrace_fromttool.txt └── Unit 5 ( First Term Projects ) │ ├── Project 1 ( Pressure Controller System ) │ ├── Code │ │ ├── Linker_Script.ld │ │ ├── Makefile │ │ ├── Pressure_System.bin │ │ ├── Pressure_System.elf │ │ ├── include │ │ │ ├── Alarm.h │ │ │ ├── Pressure_Management.h │ │ │ ├── pressure_sensor.h │ │ │ └── state.h │ │ ├── obj │ │ │ ├── Alarm.o │ │ │ ├── Pressure_Management.o │ │ │ ├── Startup.o │ │ │ ├── main.o │ │ │ └── pressure_sensor.o │ │ ├── output.map │ │ └── src │ │ │ ├── Alarm.c │ │ │ ├── Pressure_Management.c │ │ │ ├── Startup.c │ │ │ ├── main.c │ │ │ └── pressure_sensor.c │ ├── Proteus Simulation │ │ ├── Backup Of yarb.pdsbak │ │ ├── Last Loaded yarb.pdsbak │ │ ├── Pressure_System.elf │ │ ├── Pressure_System.elf.asm │ │ ├── yarb.pdsprj │ │ ├── yarb.pdsprj.DESKTOP-ET889OF.diesel.workspace │ │ └── yarb.pdsprj.DESKTOP-V9BE2V9.clt.workspace │ └── Readme.md │ └── Project 2 ( Students Management System ) │ ├── Debug │ ├── FIFO.o │ ├── Features.o │ ├── Project 2.exe │ └── main.o │ ├── FIFO.c │ ├── FIFO.h │ ├── Features.c │ ├── Features.h │ ├── Readme.md │ └── main.c ├── Term 2 ├── 2nd term projects │ └── Calculator │ │ ├── APP │ │ ├── APP.c │ │ ├── APP.h │ │ ├── FIFO.c │ │ └── FIFO.h │ │ ├── Debug │ │ ├── APP.d │ │ ├── APP.o │ │ ├── Calculator.eep │ │ ├── Calculator.elf │ │ ├── Calculator.hex │ │ ├── Calculator.lss │ │ ├── Calculator.map │ │ ├── Calculator.srec │ │ ├── FIFO.d │ │ ├── FIFO.o │ │ ├── LCD.d │ │ ├── LCD.o │ │ ├── Makefile │ │ ├── keypad.d │ │ ├── keypad.o │ │ ├── main.d │ │ ├── main.o │ │ └── makedep.mk │ │ ├── HAL │ │ ├── Keypad │ │ │ ├── keypad.c │ │ │ ├── keypad.h │ │ │ └── keypad_config.h │ │ └── LCD │ │ │ ├── LCD.c │ │ │ ├── LCD.h │ │ │ └── LCD_Config.h │ │ ├── Inc │ │ ├── micro_config.h │ │ └── std_types.h │ │ ├── Readme.md │ │ └── main.c ├── Unit 6 ( Micro-controller Arch. ) │ ├── MCU Clocks │ │ ├── Lab 1 │ │ │ ├── Lab1.axf │ │ │ ├── Lab1.elf │ │ │ ├── Readme.md │ │ │ └── main.c │ │ ├── Lab 2 │ │ │ ├── Lab 2.axf │ │ │ ├── Lab 2.elf │ │ │ ├── Readme.md │ │ │ └── main.c │ │ └── Lab 3 │ │ │ ├── Lab 3.axf │ │ │ ├── Lab 3.elf │ │ │ ├── Readme.md │ │ │ └── main.c │ └── MCU Interrupts │ │ ├── Lab 1 │ │ ├── Lab 1.bin │ │ ├── Lab 1.elf │ │ ├── Readme.md │ │ └── main.c │ │ └── Lab 2 │ │ ├── Lab 2.elf │ │ ├── Readme.md │ │ └── main.c ├── Unit 7 (MCU Essential Peripherals ) │ ├── AMIT Kit │ │ ├── Debug │ │ │ ├── ATmega32 Drivers.elf │ │ │ ├── ATmega32 Drivers.hex │ │ │ └── ATmega32 Drivers.map │ │ ├── HAL │ │ │ ├── Keypad │ │ │ │ ├── Keypad.c │ │ │ │ ├── Keypad.h │ │ │ │ └── KeypadConfig.h │ │ │ └── LCD │ │ │ │ ├── LCD.c │ │ │ │ ├── LCD.h │ │ │ │ └── LCDConfig.h │ │ ├── Inc │ │ │ ├── micro_config.h │ │ │ └── std_types.h │ │ ├── MCAL │ │ │ └── GPIO │ │ │ │ ├── GPIO.c │ │ │ │ └── GPIO.h │ │ ├── Readme.md │ │ └── main.c │ ├── EXTI │ │ └── Lab 1 │ │ │ ├── APP │ │ │ └── main.c │ │ │ ├── Debug │ │ │ ├── STM32F103C6 Drivers.bin │ │ │ └── STM32F103C6 Drivers.elf │ │ │ ├── HAL │ │ │ ├── LCD.c │ │ │ ├── LCD.h │ │ │ └── LCDConfig.h │ │ │ ├── MCAL │ │ │ ├── Inc │ │ │ │ ├── EXTI.h │ │ │ │ ├── GPIO.h │ │ │ │ └── STM32F103x6.h │ │ │ └── Src │ │ │ │ ├── EXTI.c │ │ │ │ └── GPIO.c │ │ │ └── Readme.md │ ├── GPIO part1 │ │ ├── 7 Segment │ │ │ ├── 7 Segment.elf │ │ │ ├── Readme.md │ │ │ └── main.c │ │ ├── Blue Pill Lab │ │ │ ├── Blue Pill LAB.elf │ │ │ ├── Readme.md │ │ │ └── main.c │ │ └── Toggle Leds │ │ │ ├── Readme.md │ │ │ ├── Toggle Leds.elf │ │ │ └── main.c │ ├── GPIO part2 │ │ ├── Keypad Driver │ │ │ ├── Readme.md │ │ │ ├── keypad.c │ │ │ ├── keypad.h │ │ │ ├── keypad_config.h │ │ │ ├── micro_config.h │ │ │ └── std_types.h │ │ └── LCD Driver │ │ │ ├── LCD Driver.elf │ │ │ ├── LCD.c │ │ │ ├── LCD.h │ │ │ ├── LCD_Config.h │ │ │ ├── Readme.md │ │ │ ├── main.c │ │ │ ├── micro_config.h │ │ │ └── std_types.h │ └── GPIO part3 │ │ ├── Interfacing Lab │ │ ├── Lab 3.pdsprj │ │ ├── Readme.md │ │ ├── STM32F103C6 Drivers │ │ │ ├── GPIO.c │ │ │ ├── HAL │ │ │ │ ├── 7 Segmet │ │ │ │ │ ├── Segment.c │ │ │ │ │ ├── Segment.h │ │ │ │ │ └── SegmentConfig.h │ │ │ │ ├── Keypad │ │ │ │ │ ├── Keypad.c │ │ │ │ │ ├── Keypad.h │ │ │ │ │ └── KeypadConfig.h │ │ │ │ └── LCD │ │ │ │ │ ├── LCD.c │ │ │ │ │ ├── LCD.h │ │ │ │ │ └── LCDConfig.h │ │ │ └── Inc │ │ │ │ ├── GPIO.h │ │ │ │ └── STM32F103x6.h │ │ ├── debug │ │ │ ├── Drivers.bin │ │ │ └── Drivers.elf │ │ └── main.c │ │ └── Lab 1 │ │ ├── GPIO │ │ ├── GPIO.c │ │ └── GPIO.h │ │ ├── Lab1.pdsprj │ │ ├── Readme.md │ │ ├── STMF103C6.h │ │ ├── debug │ │ ├── Lab 1.bin │ │ └── Lab 1.elf │ │ └── main.c ├── Unit 8 ( MCU Interfacing ) │ ├── 7 Segment_MasterSlave │ │ ├── 7 Segment_MasterSlave.mp4 │ │ ├── APP │ │ │ ├── Inc │ │ │ │ └── Lab1.h │ │ │ └── Lab1.c │ │ ├── HAL │ │ │ └── LCD │ │ │ │ ├── LCD.c │ │ │ │ ├── LCD.h │ │ │ │ └── LCDConfig.h │ │ ├── Inc │ │ │ ├── Macros.h │ │ │ ├── Memery_Mapping.h │ │ │ ├── micro_config.h │ │ │ └── std_types.h │ │ ├── MCAL │ │ │ ├── GPIO │ │ │ │ ├── GPIO.c │ │ │ │ └── GPIO.h │ │ │ └── SPI │ │ │ │ ├── SPI.c │ │ │ │ └── SPI.h │ │ ├── Readme.md │ │ └── main.c │ ├── I2C_EEPROM │ │ ├── APP │ │ │ ├── I2C_EEPROM.c │ │ │ └── Inc │ │ │ │ └── I2C_EEPROM.h │ │ ├── Debug │ │ │ ├── APP │ │ │ │ ├── I2C_EEPROM.d │ │ │ │ ├── I2C_EEPROM.o │ │ │ │ ├── I2C_EEPROM.su │ │ │ │ ├── SPI_Transmitter_between_2MCU.d │ │ │ │ ├── SPI_Transmitter_between_2MCU.su │ │ │ │ └── subdir.mk │ │ │ ├── HAL │ │ │ │ ├── 7 Segment │ │ │ │ │ ├── Segment.d │ │ │ │ │ ├── Segment.o │ │ │ │ │ ├── Segment.su │ │ │ │ │ └── subdir.mk │ │ │ │ ├── EEPROM │ │ │ │ │ ├── EEPROM.d │ │ │ │ │ ├── EEPROM.o │ │ │ │ │ ├── EEPROM.su │ │ │ │ │ └── subdir.mk │ │ │ │ ├── Keypad │ │ │ │ │ ├── Keypad.d │ │ │ │ │ ├── Keypad.o │ │ │ │ │ ├── Keypad.su │ │ │ │ │ └── subdir.mk │ │ │ │ └── LCD │ │ │ │ │ ├── LCD.d │ │ │ │ │ ├── LCD.o │ │ │ │ │ ├── LCD.su │ │ │ │ │ └── subdir.mk │ │ │ ├── MCAL │ │ │ │ └── Src │ │ │ │ │ ├── EXTI.d │ │ │ │ │ ├── EXTI.o │ │ │ │ │ ├── EXTI.su │ │ │ │ │ ├── GPIO.d │ │ │ │ │ ├── GPIO.o │ │ │ │ │ ├── GPIO.su │ │ │ │ │ ├── I2C.d │ │ │ │ │ ├── I2C.o │ │ │ │ │ ├── I2C.su │ │ │ │ │ ├── RCC.d │ │ │ │ │ ├── RCC.o │ │ │ │ │ ├── RCC.su │ │ │ │ │ ├── SPI.d │ │ │ │ │ ├── SPI.o │ │ │ │ │ ├── SPI.su │ │ │ │ │ ├── USART.d │ │ │ │ │ ├── USART.o │ │ │ │ │ ├── USART.su │ │ │ │ │ └── subdir.mk │ │ │ ├── STM32F103C6 Drivers.bin │ │ │ ├── STM32F103C6 Drivers.elf │ │ │ ├── STM32F103C6 Drivers.list │ │ │ ├── STM32F103C6 Drivers.map │ │ │ ├── Src │ │ │ │ ├── main.d │ │ │ │ ├── main.o │ │ │ │ ├── main.su │ │ │ │ ├── subdir.mk │ │ │ │ ├── syscalls.d │ │ │ │ ├── syscalls.o │ │ │ │ ├── syscalls.su │ │ │ │ ├── sysmem.d │ │ │ │ ├── sysmem.o │ │ │ │ └── sysmem.su │ │ │ ├── Startup │ │ │ │ ├── startup_stm32f103c6tx.d │ │ │ │ ├── startup_stm32f103c6tx.o │ │ │ │ └── subdir.mk │ │ │ ├── makefile │ │ │ ├── objects.list │ │ │ ├── objects.mk │ │ │ └── sources.mk │ │ ├── HAL │ │ │ ├── 7 Segment │ │ │ │ ├── Segment.c │ │ │ │ ├── Segment.h │ │ │ │ └── SegmentConfig.h │ │ │ ├── EEPROM │ │ │ │ ├── EEPROM.c │ │ │ │ └── EEPROM.h │ │ │ ├── Keypad │ │ │ │ ├── Keypad.c │ │ │ │ ├── Keypad.h │ │ │ │ └── KeypadConfig.h │ │ │ └── LCD │ │ │ │ ├── LCD.c │ │ │ │ ├── LCD.h │ │ │ │ └── LCDConfig.h │ │ ├── I2C_EEPROM.mp4 │ │ ├── Inc │ │ │ └── STM32F103x6.h │ │ ├── MCAL │ │ │ ├── Inc │ │ │ │ ├── EXTI.h │ │ │ │ ├── GPIO.h │ │ │ │ ├── I2C.h │ │ │ │ ├── RCC.h │ │ │ │ ├── SPI.h │ │ │ │ └── USART.h │ │ │ └── Src │ │ │ │ ├── EXTI.c │ │ │ │ ├── GPIO.c │ │ │ │ ├── I2C.c │ │ │ │ ├── RCC.c │ │ │ │ ├── SPI.c │ │ │ │ └── USART.c │ │ ├── Readme.md │ │ └── main.c │ ├── SPI_Debug_Analysis │ │ ├── APP │ │ │ ├── Inc │ │ │ │ └── SPI_Debug_Analysis.h │ │ │ └── SPI_Debug_Analysis.c │ │ ├── Debug │ │ │ ├── APP │ │ │ │ ├── SPI_Debug_Analysis.d │ │ │ │ ├── SPI_Debug_Analysis.o │ │ │ │ ├── SPI_Debug_Analysis.su │ │ │ │ └── subdir.mk │ │ │ ├── HAL │ │ │ │ ├── 7 Segment │ │ │ │ │ ├── Segment.d │ │ │ │ │ ├── Segment.o │ │ │ │ │ ├── Segment.su │ │ │ │ │ └── subdir.mk │ │ │ │ ├── Keypad │ │ │ │ │ ├── Keypad.d │ │ │ │ │ ├── Keypad.o │ │ │ │ │ ├── Keypad.su │ │ │ │ │ └── subdir.mk │ │ │ │ └── LCD │ │ │ │ │ ├── LCD.d │ │ │ │ │ ├── LCD.o │ │ │ │ │ ├── LCD.su │ │ │ │ │ └── subdir.mk │ │ │ ├── MCAL │ │ │ │ └── Src │ │ │ │ │ ├── EXTI.d │ │ │ │ │ ├── EXTI.o │ │ │ │ │ ├── EXTI.su │ │ │ │ │ ├── GPIO.d │ │ │ │ │ ├── GPIO.o │ │ │ │ │ ├── GPIO.su │ │ │ │ │ ├── RCC.d │ │ │ │ │ ├── RCC.o │ │ │ │ │ ├── RCC.su │ │ │ │ │ ├── SPI.d │ │ │ │ │ ├── SPI.o │ │ │ │ │ ├── SPI.su │ │ │ │ │ ├── USART.d │ │ │ │ │ ├── USART.o │ │ │ │ │ ├── USART.su │ │ │ │ │ └── subdir.mk │ │ │ ├── STM32F103C6 Drivers.bin │ │ │ ├── STM32F103C6 Drivers.elf │ │ │ ├── STM32F103C6 Drivers.elf.asm │ │ │ ├── STM32F103C6 Drivers.list │ │ │ ├── STM32F103C6 Drivers.map │ │ │ ├── Src │ │ │ │ ├── main.d │ │ │ │ ├── main.o │ │ │ │ ├── main.su │ │ │ │ ├── subdir.mk │ │ │ │ ├── syscalls.d │ │ │ │ ├── syscalls.o │ │ │ │ ├── syscalls.su │ │ │ │ ├── sysmem.d │ │ │ │ ├── sysmem.o │ │ │ │ └── sysmem.su │ │ │ ├── Startup │ │ │ │ ├── startup_stm32f103c6tx.d │ │ │ │ ├── startup_stm32f103c6tx.o │ │ │ │ └── subdir.mk │ │ │ ├── makefile │ │ │ ├── objects.list │ │ │ ├── objects.mk │ │ │ └── sources.mk │ │ ├── Inc │ │ │ └── STM32F103x6.h │ │ ├── MCAL │ │ │ ├── Inc │ │ │ │ ├── EXTI.h │ │ │ │ ├── GPIO.h │ │ │ │ ├── RCC.h │ │ │ │ ├── SPI.h │ │ │ │ └── USART.h │ │ │ └── Src │ │ │ │ ├── EXTI.c │ │ │ │ ├── GPIO.c │ │ │ │ ├── RCC.c │ │ │ │ ├── SPI.c │ │ │ │ └── USART.c │ │ ├── Readme.md │ │ └── main.c │ ├── SPI_MAX7221 │ │ ├── APP │ │ │ ├── Inc │ │ │ │ ├── Lab1.h │ │ │ │ └── Lab2.h │ │ │ └── Lab2.c │ │ ├── ATmega32 Drivers.elf │ │ ├── Inc │ │ │ ├── Macros.h │ │ │ ├── Memery_Mapping.h │ │ │ ├── micro_config.h │ │ │ └── std_types.h │ │ ├── MAX7221.mp4 │ │ ├── MCAL │ │ │ ├── GPIO │ │ │ │ ├── GPIO.c │ │ │ │ └── GPIO.h │ │ │ └── SPI │ │ │ │ ├── SPI.c │ │ │ │ └── SPI.h │ │ ├── Readme.md │ │ └── main.c │ ├── SPI_Transmitter_between_2MCU │ │ ├── APP │ │ │ ├── Inc │ │ │ │ └── SPI_Transmitter_between_2MCU.h │ │ │ └── SPI_Transmitter_between_2MCU.c │ │ ├── Debug │ │ │ ├── Master.elf │ │ │ └── Slave.elf │ │ ├── Inc │ │ │ └── STM32F103x6.h │ │ ├── MCAL │ │ │ ├── Inc │ │ │ │ ├── EXTI.h │ │ │ │ ├── GPIO.h │ │ │ │ ├── RCC.h │ │ │ │ ├── SPI.h │ │ │ │ └── USART.h │ │ │ └── Src │ │ │ │ ├── EXTI.c │ │ │ │ ├── GPIO.c │ │ │ │ ├── RCC.c │ │ │ │ ├── SPI.c │ │ │ │ └── USART.c │ │ ├── Proteus_SPI_Transmitter_between_2MCU.mp4 │ │ ├── Readme.md │ │ └── main.c │ ├── UART_ATmega32 │ │ ├── ATmega_UART.PNG │ │ ├── Debug │ │ │ ├── ATmega32 Drivers.elf │ │ │ └── ATmega32 Drivers.hex │ │ ├── HAL │ │ │ └── LCD │ │ │ │ ├── LCD.c │ │ │ │ ├── LCD.h │ │ │ │ └── LCDConfig.h │ │ ├── Inc │ │ │ ├── Macros.h │ │ │ ├── Memery_Mapping.h │ │ │ ├── micro_config.h │ │ │ └── std_types.h │ │ ├── MCAL │ │ │ ├── GPIO │ │ │ │ ├── GPIO.c │ │ │ │ └── GPIO.h │ │ │ └── UART │ │ │ │ ├── UART.c │ │ │ │ └── UART.h │ │ ├── Readme.md │ │ └── main.c │ └── USART_STM32F103C6 Lab │ │ ├── USART_Debugging_Using_Interrupt │ │ ├── APP │ │ │ ├── Inc │ │ │ │ └── USART_Debugging_Using_Interrupt.h │ │ │ └── USART_Debugging_Using_Interrupt.c │ │ ├── Debug │ │ │ └── USART_Debugging_Using_Interrupt.elf │ │ ├── Inc │ │ │ └── STM32F103x6.h │ │ ├── Keil_Keil_USART_Debugging_Using_Interrupt.mp4 │ │ ├── MCAL │ │ │ ├── Inc │ │ │ │ ├── GPIO.h │ │ │ │ ├── RCC.h │ │ │ │ └── USART.h │ │ │ └── Src │ │ │ │ ├── GPIO.c │ │ │ │ ├── RCC.c │ │ │ │ └── USART.c │ │ ├── Readme.md │ │ └── main.c │ │ └── USART_Debugging_Using_Polling │ │ ├── APP │ │ ├── Inc │ │ │ └── USART_Debugging_Using_Polling.h │ │ └── USART_Debugging_Using_Polling.c │ │ ├── Debug │ │ └── USART_Debugging_Using_Polling.elf │ │ ├── Inc │ │ └── STM32F103x6.h │ │ ├── Keil_USART_Debugging_Using_Polling.mp4 │ │ ├── MCAL │ │ ├── Inc │ │ │ ├── GPIO.h │ │ │ ├── RCC.h │ │ │ └── USART.h │ │ └── Src │ │ │ ├── GPIO.c │ │ │ ├── RCC.c │ │ │ └── USART.c │ │ ├── Readme.md │ │ └── main.c └── Unit 9 (MCU Timers and ADC) │ ├── LM35 │ ├── APP │ │ ├── Inc │ │ │ └── LM35.h │ │ └── LM35.c │ ├── Debug │ │ ├── ATmega32 Drivers.elf │ │ └── ATmega32 Drivers.hex │ ├── HAL │ │ └── LCD │ │ │ ├── LCD.c │ │ │ ├── LCD.h │ │ │ └── LCDConfig.h │ ├── Inc │ │ ├── Macros.h │ │ ├── Memery_Mapping.h │ │ ├── micro_config.h │ │ └── std_types.h │ ├── LM35.PNG │ ├── MCAL │ │ ├── ADC │ │ │ ├── ADC.c │ │ │ └── ADC.h │ │ └── GPIO │ │ │ ├── GPIO.c │ │ │ └── GPIO.h │ ├── Readme.md │ └── main.c │ ├── PWM │ ├── APP │ │ ├── Inc │ │ │ ├── PWM.h │ │ │ ├── SPI_Master.h │ │ │ ├── SPI_Slave.h │ │ │ └── Timer_test.h │ │ ├── PWM.c │ │ ├── SPI_Master.c │ │ ├── SPI_Slave.c │ │ └── Timer_test.c │ ├── Debug │ │ ├── APP │ │ │ ├── PWM.d │ │ │ ├── PWM.o │ │ │ ├── Timer_test.d │ │ │ └── Timer_test.o │ │ ├── ATmega32 Drivers.eep │ │ ├── ATmega32 Drivers.elf │ │ ├── ATmega32 Drivers.hex │ │ ├── ATmega32 Drivers.lss │ │ ├── ATmega32 Drivers.map │ │ ├── ATmega32 Drivers.srec │ │ ├── HAL │ │ │ ├── Keypad │ │ │ │ ├── Keypad.d │ │ │ │ └── Keypad.o │ │ │ └── LCD │ │ │ │ ├── LCD.d │ │ │ │ └── LCD.o │ │ ├── MCAL │ │ │ ├── GPIO │ │ │ │ ├── GPIO.d │ │ │ │ └── GPIO.o │ │ │ ├── I2C │ │ │ │ ├── I2C.d │ │ │ │ └── I2C.o │ │ │ ├── SPI │ │ │ │ ├── SPI.d │ │ │ │ └── SPI.o │ │ │ ├── Timer0 │ │ │ │ ├── Timer0.d │ │ │ │ └── Timer0.o │ │ │ └── UART │ │ │ │ ├── UART.d │ │ │ │ └── UART.o │ │ ├── Makefile │ │ ├── main.d │ │ ├── main.o │ │ └── makedep.mk │ ├── HAL │ │ ├── Keypad │ │ │ ├── Keypad.c │ │ │ ├── Keypad.h │ │ │ └── KeypadConfig.h │ │ └── LCD │ │ │ ├── LCD.c │ │ │ ├── LCD.h │ │ │ └── LCDConfig.h │ ├── Inc │ │ ├── Macros.h │ │ ├── Memery_Mapping.h │ │ ├── micro_config.h │ │ └── std_types.h │ ├── MCAL │ │ ├── GPIO │ │ │ ├── GPIO.c │ │ │ └── GPIO.h │ │ ├── I2C │ │ │ ├── I2C.c │ │ │ └── I2C.h │ │ ├── SPI │ │ │ ├── SPI.c │ │ │ └── SPI.h │ │ ├── Timer0 │ │ │ ├── Timer0.c │ │ │ └── Timer0.h │ │ └── UART │ │ │ ├── UART.c │ │ │ └── UART.h │ ├── Readme.md │ └── main.c │ ├── Thermistor │ ├── APP │ │ ├── Inc │ │ │ └── Thermistor.h │ │ └── Thermistor.c │ ├── Debug │ │ ├── ATmega32 Drivers.elf │ │ └── ATmega32 Drivers.hex │ ├── HAL │ │ └── LCD │ │ │ ├── LCD.c │ │ │ ├── LCD.h │ │ │ └── LCDConfig.h │ ├── Inc │ │ ├── Macros.h │ │ ├── Memery_Mapping.h │ │ ├── micro_config.h │ │ └── std_types.h │ ├── MCAL │ │ ├── ADC │ │ │ ├── ADC.c │ │ │ └── ADC.h │ │ └── GPIO │ │ │ ├── GPIO.c │ │ │ └── GPIO.h │ ├── Readme.md │ ├── Thermistor21%.PNG │ ├── Thermistor78%.PNG │ ├── Thermistor98%.PNG │ └── main.c │ └── Timer0 │ ├── APP │ ├── Inc │ │ ├── PWM.h │ │ ├── SPI_Master.h │ │ ├── SPI_Slave.h │ │ └── Timer_test.h │ ├── PWM.c │ ├── SPI_Master.c │ ├── SPI_Slave.c │ └── Timer_test.c │ ├── Debug │ ├── APP │ │ ├── PWM.d │ │ ├── PWM.o │ │ ├── Timer_test.d │ │ └── Timer_test.o │ ├── ATmega32 Drivers.eep │ ├── ATmega32 Drivers.elf │ ├── ATmega32 Drivers.hex │ ├── ATmega32 Drivers.lss │ ├── ATmega32 Drivers.map │ ├── ATmega32 Drivers.srec │ ├── HAL │ │ ├── Keypad │ │ │ ├── Keypad.d │ │ │ └── Keypad.o │ │ └── LCD │ │ │ ├── LCD.d │ │ │ └── LCD.o │ ├── MCAL │ │ ├── GPIO │ │ │ ├── GPIO.d │ │ │ └── GPIO.o │ │ ├── I2C │ │ │ ├── I2C.d │ │ │ └── I2C.o │ │ ├── SPI │ │ │ ├── SPI.d │ │ │ └── SPI.o │ │ ├── Timer0 │ │ │ ├── Timer0.d │ │ │ └── Timer0.o │ │ └── UART │ │ │ ├── UART.d │ │ │ └── UART.o │ ├── Makefile │ ├── main.d │ ├── main.o │ └── makedep.mk │ ├── HAL │ ├── Keypad │ │ ├── Keypad.c │ │ ├── Keypad.h │ │ └── KeypadConfig.h │ └── LCD │ │ ├── LCD.c │ │ ├── LCD.h │ │ └── LCDConfig.h │ ├── Inc │ ├── Macros.h │ ├── Memery_Mapping.h │ ├── micro_config.h │ └── std_types.h │ ├── MCAL │ ├── GPIO │ │ ├── GPIO.c │ │ └── GPIO.h │ ├── I2C │ │ ├── I2C.c │ │ └── I2C.h │ ├── SPI │ │ ├── SPI.c │ │ └── SPI.h │ ├── Timer0 │ │ ├── Timer0.c │ │ └── Timer0.h │ └── UART │ │ ├── UART.c │ │ └── UART.h │ ├── Readme.md │ ├── Timer0_LedON.PNG │ └── main.c ├── Top one 1.jpg └── Top one 2.jpg /C Codes Reference/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/Readme.md -------------------------------------------------------------------------------- /C Codes Reference/main_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_1.c -------------------------------------------------------------------------------- /C Codes Reference/main_100.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_100.c -------------------------------------------------------------------------------- /C Codes Reference/main_101.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_101.c -------------------------------------------------------------------------------- /C Codes Reference/main_102.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_102.c -------------------------------------------------------------------------------- /C Codes Reference/main_103.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_103.c -------------------------------------------------------------------------------- /C Codes Reference/main_104.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_104.c -------------------------------------------------------------------------------- /C Codes Reference/main_105.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_105.c -------------------------------------------------------------------------------- /C Codes Reference/main_11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_11.c -------------------------------------------------------------------------------- /C Codes Reference/main_14.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_14.c -------------------------------------------------------------------------------- /C Codes Reference/main_15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_15.c -------------------------------------------------------------------------------- /C Codes Reference/main_16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_16.c -------------------------------------------------------------------------------- /C Codes Reference/main_17.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_17.c -------------------------------------------------------------------------------- /C Codes Reference/main_18.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_18.c -------------------------------------------------------------------------------- /C Codes Reference/main_19.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_19.c -------------------------------------------------------------------------------- /C Codes Reference/main_2.c: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /C Codes Reference/main_20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_20.c -------------------------------------------------------------------------------- /C Codes Reference/main_21.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_21.c -------------------------------------------------------------------------------- /C Codes Reference/main_22.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_22.c -------------------------------------------------------------------------------- /C Codes Reference/main_23.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_23.c -------------------------------------------------------------------------------- /C Codes Reference/main_24.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_24.c -------------------------------------------------------------------------------- /C Codes Reference/main_25.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_25.c -------------------------------------------------------------------------------- /C Codes Reference/main_26.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_26.c -------------------------------------------------------------------------------- /C Codes Reference/main_27.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_27.c -------------------------------------------------------------------------------- /C Codes Reference/main_28.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_28.c -------------------------------------------------------------------------------- /C Codes Reference/main_29.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_29.c -------------------------------------------------------------------------------- /C Codes Reference/main_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_3.c -------------------------------------------------------------------------------- /C Codes Reference/main_30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_30.c -------------------------------------------------------------------------------- /C Codes Reference/main_31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_31.c -------------------------------------------------------------------------------- /C Codes Reference/main_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_32.c -------------------------------------------------------------------------------- /C Codes Reference/main_33.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_33.c -------------------------------------------------------------------------------- /C Codes Reference/main_34.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_34.c -------------------------------------------------------------------------------- /C Codes Reference/main_35.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_35.c -------------------------------------------------------------------------------- /C Codes Reference/main_36.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_36.c -------------------------------------------------------------------------------- /C Codes Reference/main_37.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_37.c -------------------------------------------------------------------------------- /C Codes Reference/main_38.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_38.c -------------------------------------------------------------------------------- /C Codes Reference/main_39.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_39.c -------------------------------------------------------------------------------- /C Codes Reference/main_4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_4.c -------------------------------------------------------------------------------- /C Codes Reference/main_40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_40.c -------------------------------------------------------------------------------- /C Codes Reference/main_41.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_41.c -------------------------------------------------------------------------------- /C Codes Reference/main_42.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_42.c -------------------------------------------------------------------------------- /C Codes Reference/main_43.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_43.c -------------------------------------------------------------------------------- /C Codes Reference/main_44.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_44.c -------------------------------------------------------------------------------- /C Codes Reference/main_46.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_46.c -------------------------------------------------------------------------------- /C Codes Reference/main_47.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_47.c -------------------------------------------------------------------------------- /C Codes Reference/main_48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_48.c -------------------------------------------------------------------------------- /C Codes Reference/main_49.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_49.c -------------------------------------------------------------------------------- /C Codes Reference/main_5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_5.c -------------------------------------------------------------------------------- /C Codes Reference/main_50.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_50.c -------------------------------------------------------------------------------- /C Codes Reference/main_51.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_51.c -------------------------------------------------------------------------------- /C Codes Reference/main_52.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_52.c -------------------------------------------------------------------------------- /C Codes Reference/main_53.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_53.c -------------------------------------------------------------------------------- /C Codes Reference/main_54.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_54.c -------------------------------------------------------------------------------- /C Codes Reference/main_55.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_55.c -------------------------------------------------------------------------------- /C Codes Reference/main_56.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_56.c -------------------------------------------------------------------------------- /C Codes Reference/main_57.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_57.c -------------------------------------------------------------------------------- /C Codes Reference/main_58.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_58.c -------------------------------------------------------------------------------- /C Codes Reference/main_59.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_59.c -------------------------------------------------------------------------------- /C Codes Reference/main_6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_6.c -------------------------------------------------------------------------------- /C Codes Reference/main_60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_60.c -------------------------------------------------------------------------------- /C Codes Reference/main_61.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_61.c -------------------------------------------------------------------------------- /C Codes Reference/main_62.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_62.c -------------------------------------------------------------------------------- /C Codes Reference/main_63.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_63.c -------------------------------------------------------------------------------- /C Codes Reference/main_64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_64.c -------------------------------------------------------------------------------- /C Codes Reference/main_65.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_65.c -------------------------------------------------------------------------------- /C Codes Reference/main_66.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_66.c -------------------------------------------------------------------------------- /C Codes Reference/main_67.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_67.c -------------------------------------------------------------------------------- /C Codes Reference/main_68.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_68.c -------------------------------------------------------------------------------- /C Codes Reference/main_69.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_69.c -------------------------------------------------------------------------------- /C Codes Reference/main_7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_7.c -------------------------------------------------------------------------------- /C Codes Reference/main_70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_70.c -------------------------------------------------------------------------------- /C Codes Reference/main_71.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_71.c -------------------------------------------------------------------------------- /C Codes Reference/main_72.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_72.c -------------------------------------------------------------------------------- /C Codes Reference/main_73.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_73.c -------------------------------------------------------------------------------- /C Codes Reference/main_74.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_74.c -------------------------------------------------------------------------------- /C Codes Reference/main_75.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_75.c -------------------------------------------------------------------------------- /C Codes Reference/main_76.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_76.c -------------------------------------------------------------------------------- /C Codes Reference/main_77.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_77.c -------------------------------------------------------------------------------- /C Codes Reference/main_78.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_78.c -------------------------------------------------------------------------------- /C Codes Reference/main_79.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_79.c -------------------------------------------------------------------------------- /C Codes Reference/main_8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_8.c -------------------------------------------------------------------------------- /C Codes Reference/main_80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_80.c -------------------------------------------------------------------------------- /C Codes Reference/main_81.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_81.c -------------------------------------------------------------------------------- /C Codes Reference/main_82.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_82.c -------------------------------------------------------------------------------- /C Codes Reference/main_83.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_83.c -------------------------------------------------------------------------------- /C Codes Reference/main_84.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_84.c -------------------------------------------------------------------------------- /C Codes Reference/main_85.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_85.c -------------------------------------------------------------------------------- /C Codes Reference/main_86.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_86.c -------------------------------------------------------------------------------- /C Codes Reference/main_87.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_87.c -------------------------------------------------------------------------------- /C Codes Reference/main_88.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_88.c -------------------------------------------------------------------------------- /C Codes Reference/main_89.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_89.c -------------------------------------------------------------------------------- /C Codes Reference/main_9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_9.c -------------------------------------------------------------------------------- /C Codes Reference/main_90.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_90.c -------------------------------------------------------------------------------- /C Codes Reference/main_91.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_91.c -------------------------------------------------------------------------------- /C Codes Reference/main_92.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_92.c -------------------------------------------------------------------------------- /C Codes Reference/main_93.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_93.c -------------------------------------------------------------------------------- /C Codes Reference/main_94.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_94.c -------------------------------------------------------------------------------- /C Codes Reference/main_95.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_95.c -------------------------------------------------------------------------------- /C Codes Reference/main_96.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_96.c -------------------------------------------------------------------------------- /C Codes Reference/main_97.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_97.c -------------------------------------------------------------------------------- /C Codes Reference/main_98.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/C Codes Reference/main_98.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/README.md -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 1/bin/Debug/mid ex1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 1/bin/Debug/mid ex1.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 1/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 1/main.c -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 1/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 1/main.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 1/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 1/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 1/mid ex1.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 1/mid ex1.cbp -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 1/mid ex1.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 1/mid ex1.depend -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 1/mid ex1.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 1/mid ex1.layout -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 1/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 1/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 10/ex 10.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 10/ex 10.cbp -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 10/ex 10.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 10/ex 10.layout -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 10/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 10/main.c -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 10/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 10/main.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 10/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 10/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 2/Ex 2.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 2/Ex 2.cbp -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 2/Ex 2.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 2/Ex 2.layout -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 2/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 2/main.c -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 2/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 2/main.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 2/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 2/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 3/bin/Debug/ex 3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 3/bin/Debug/ex 3.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 3/ex 3.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 3/ex 3.cbp -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 3/ex 3.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 3/ex 3.layout -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 3/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 3/main.c -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 3/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 3/main.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 3/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 3/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 3/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 3/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 4/bin/Debug/ex 4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 4/bin/Debug/ex 4.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 4/ex 4.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 4/ex 4.cbp -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 4/ex 4.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 4/ex 4.depend -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 4/ex 4.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 4/ex 4.layout -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 4/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 4/main.c -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 4/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 4/main.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 4/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 4/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 4/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 4/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 5/bin/Debug/ex 5.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 5/bin/Debug/ex 5.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 5/ex 5.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 5/ex 5.cbp -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 5/ex 5.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 5/ex 5.layout -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 5/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 5/main.c -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 5/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 5/main.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 5/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 5/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 5/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 5/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 6/bin/Debug/ex 6.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 6/bin/Debug/ex 6.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 6/ex 6.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 6/ex 6.cbp -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 6/ex 6.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 6/ex 6.layout -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 6/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 6/main.c -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 6/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 6/main.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 6/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 6/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 6/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 6/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 7/bin/Debug/ex 7.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 7/bin/Debug/ex 7.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 7/ex 7.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 7/ex 7.cbp -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 7/ex 7.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 7/ex 7.depend -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 7/ex 7.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 7/ex 7.layout -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 7/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 7/main.c -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 7/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 7/main.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 7/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 7/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 7/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 7/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 8/bin/Debug/ex 8.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 8/bin/Debug/ex 8.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 8/ex 8.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 8/ex 8.cbp -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 8/ex 8.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 8/ex 8.layout -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 8/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 8/main.c -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 8/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 8/main.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 8/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 8/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 8/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 8/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 9/Ex 9.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 9/Ex 9.cbp -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 9/Ex 9.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 9/Ex 9.layout -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 9/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 9/main.c -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 9/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 9/main.exe -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 9/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 9/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Ex 9/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Ex 9/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Midterm 1/Pictures/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Pictures/1.PNG -------------------------------------------------------------------------------- /Term 1/Midterm 1/Pictures/10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Pictures/10.PNG -------------------------------------------------------------------------------- /Term 1/Midterm 1/Pictures/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Pictures/2.PNG -------------------------------------------------------------------------------- /Term 1/Midterm 1/Pictures/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Pictures/3.PNG -------------------------------------------------------------------------------- /Term 1/Midterm 1/Pictures/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Pictures/4.PNG -------------------------------------------------------------------------------- /Term 1/Midterm 1/Pictures/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Pictures/5.PNG -------------------------------------------------------------------------------- /Term 1/Midterm 1/Pictures/6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Pictures/6.PNG -------------------------------------------------------------------------------- /Term 1/Midterm 1/Pictures/7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Pictures/7.PNG -------------------------------------------------------------------------------- /Term 1/Midterm 1/Pictures/8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Pictures/8.PNG -------------------------------------------------------------------------------- /Term 1/Midterm 1/Pictures/9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Midterm 1/Pictures/9.PNG -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/HW 3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/HW 3.txt -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 1/ex 1.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 1/ex 1.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 1/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 1/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 2/ex 2.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 2/ex 2.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 2/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 2/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 3/ex 3.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 3/ex 3.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 3/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 3/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 4/ex 4.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 4/ex 4.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 4/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 4/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 4/ثء 4.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 4/ثء 4.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 5/ex 5.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 5/ex 5.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 5/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 5/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 6/ex 6.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 6/ex 6.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 6/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 6/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 6/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 6/main.exe -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 6/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 6/main.o -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 7/ex 7.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 7/ex 7.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 7/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 7/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 7/main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 7/main.exe -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 7/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/1/ex 7/main.o -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/HW 3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/HW 3.pdf -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 1/ex1.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 1/ex1.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 1/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 1/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 2/ex 2.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 2/ex 2.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 2/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 2/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 3/ex 3.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 3/ex 3.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 3/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 3/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 4/ex 4.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 4/ex 4.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 4/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 4/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 5/ex 5.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 5/ex 5.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 5/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 5/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 6/EX 6.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 6/EX 6.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 6/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 6/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 7/ex 7.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 7/ex 7.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 7/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 7/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 8/ex 8.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 8/ex 8.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 8/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 3 ( C basic )/2/ex 8/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 5 ( C Function )/ex 1/ex1.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 5 ( C Function )/ex 1/ex1.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 5 ( C Function )/ex 1/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 5 ( C Function )/ex 1/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 5 ( C Function )/ex 2/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 5 ( C Function )/ex 2/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 5 ( C Function )/ex 3/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 5 ( C Function )/ex 3/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 5 ( C Function )/ex 4/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 5 ( C Function )/ex 4/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 1/HW 1.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 1/HW 1.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 1/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 1/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 2/Ex 2.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 2/Ex 2.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 2/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 2/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 3/Ex 3.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 3/Ex 3.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 3/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 3/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 4/Ex 4.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 4/Ex 4.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 4/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 4/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 5/Ex 5.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 5/Ex 5.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 5/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Assignment/HW 8 ( Pointer )/Ex 5/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/clear bit/bin/Debug/clear bit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/clear bit/bin/Debug/clear bit.exe -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/clear bit/clear bit.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/clear bit/clear bit.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/clear bit/clear bit.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/clear bit/clear bit.depend -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/clear bit/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/clear bit/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/clear bit/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/clear bit/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/compare/bin/Debug/compare.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/compare/bin/Debug/compare.exe -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/compare/compare.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/compare/compare.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/compare/compare.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/compare/compare.depend -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/compare/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/compare/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/compare/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/compare/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/last occurance/last occurance.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/last occurance/last occurance.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/last occurance/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/last occurance/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/last occurance/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/last occurance/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/reverse array/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/reverse array/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/reverse array/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/reverse array/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/reverse array/reverse array.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/reverse array/reverse array.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/swapping/bin/Debug/swapping.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/swapping/bin/Debug/swapping.exe -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/swapping/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/swapping/main.c -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/swapping/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/swapping/obj/Debug/main.o -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/swapping/swapping.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/swapping/swapping.cbp -------------------------------------------------------------------------------- /Term 1/Unit 2 ( C Programming )/Quizes/swapping/swapping.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 2 ( C Programming )/Quizes/swapping/swapping.depend -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 1/Lab 1/Debug/Lab 1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 1/Lab 1/Debug/Lab 1.exe -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 1/Lab 1/Debug/src/Lab 1.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 1/Lab 1/Debug/src/Lab 1.o -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 1/Lab 1/src/Lab 1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 1/Lab 1/src/Lab 1.c -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 1/Lab 1/src/Platform_Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 1/Lab 1/src/Platform_Types.h -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 1/Plarform_Types/Platform_Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 1/Plarform_Types/Platform_Types.h -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/APP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/APP.c -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/APP.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/APP.o -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/APP.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/APP.s -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/Learn_in_depth.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/Learn_in_depth.bin -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/Learn_in_depth.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/Learn_in_depth.elf -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/Linker_Script.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/Linker_Script.ld -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/Startup.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/Startup.o -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/Startup.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/Startup.s -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/UART.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/UART.c -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/UART.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/UART.h -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/UART.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/UART.o -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/output.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 2/Lab 1/output.map -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/Main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/Main.c -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/Main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/Main.o -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/Makefile -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/Startup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/Startup.c -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/Startup.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/Startup.o -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/output.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.c )/output.map -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/Makefile -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/Startup.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/Startup.o -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/Startup.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/Startup.s -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/main.c -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/main.o -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/output.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 3/Lab ( Startup.s )/output.map -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/20220103_174957.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/20220103_174957.mp4 -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/LAB3_CORTEX-M4.axf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/LAB3_CORTEX-M4.axf -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/LAB3_CORTEX-M4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/LAB3_CORTEX-M4.bin -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/LAB3_CORTEX-M4.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/LAB3_CORTEX-M4.elf -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/Linker_Script.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/Linker_Script.ld -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/Makefile -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/Map.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/Map.map -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/Startup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/Startup.c -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/Startup.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/Startup.o -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/main.c -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/main.o -------------------------------------------------------------------------------- /Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/set_env_path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 1/Unit 3 ( Embedded C )/Assignment 4/LAB 3/set_env_path -------------------------------------------------------------------------------- /Term 1/Unit 5 ( First Term Projects )/Project 1 ( Pressure Controller System )/Proteus Simulation/Pressure_System.elf.asm: -------------------------------------------------------------------------------- 1 | ; Disassembled code 2 | -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/APP/APP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/APP/APP.c -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/APP/APP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/APP/APP.h -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/APP/FIFO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/APP/FIFO.c -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/APP/FIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/APP/FIFO.h -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/APP.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/APP.d -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/APP.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/APP.o -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/Calculator.eep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/Calculator.eep -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/Calculator.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/Calculator.elf -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/Calculator.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/Calculator.hex -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/Calculator.lss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/Calculator.lss -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/Calculator.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/Calculator.map -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/Calculator.srec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/Calculator.srec -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/FIFO.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/FIFO.d -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/FIFO.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/FIFO.o -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/LCD.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/LCD.d -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/LCD.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/LCD.o -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/Makefile -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/keypad.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/keypad.d -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/keypad.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/keypad.o -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/main.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/main.d -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/main.o -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Debug/makedep.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Debug/makedep.mk -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/HAL/Keypad/keypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/HAL/Keypad/keypad.c -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/HAL/Keypad/keypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/HAL/Keypad/keypad.h -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/HAL/Keypad/keypad_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/HAL/Keypad/keypad_config.h -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/HAL/LCD/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/HAL/LCD/LCD.c -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/HAL/LCD/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/HAL/LCD/LCD.h -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/HAL/LCD/LCD_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/HAL/LCD/LCD_Config.h -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Inc/micro_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Inc/micro_config.h -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Inc/std_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Inc/std_types.h -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/Readme.md -------------------------------------------------------------------------------- /Term 2/2nd term projects/Calculator/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/2nd term projects/Calculator/main.c -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 1/Lab1.axf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 1/Lab1.axf -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 1/Lab1.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 1/Lab1.elf -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 1/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 1/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 1/main.c -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 2/Lab 2.axf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 2/Lab 2.axf -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 2/Lab 2.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 2/Lab 2.elf -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 2/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 2/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 2/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 2/main.c -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 3/Lab 3.axf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 3/Lab 3.axf -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 3/Lab 3.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 3/Lab 3.elf -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 3/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 3/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 3/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Clocks/Lab 3/main.c -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 1/Lab 1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 1/Lab 1.bin -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 1/Lab 1.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 1/Lab 1.elf -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 1/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 1/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 1/main.c -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 2/Lab 2.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 2/Lab 2.elf -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 2/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 2/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 2/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 6 ( Micro-controller Arch. )/MCU Interrupts/Lab 2/main.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/HAL/Keypad/Keypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/HAL/Keypad/Keypad.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/HAL/Keypad/Keypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/HAL/Keypad/Keypad.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/HAL/LCD/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/HAL/LCD/LCD.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/HAL/LCD/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/HAL/LCD/LCD.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/HAL/LCD/LCDConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/HAL/LCD/LCDConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/Inc/micro_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/Inc/micro_config.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/Inc/std_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/Inc/std_types.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/MCAL/GPIO/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/MCAL/GPIO/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/MCAL/GPIO/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/MCAL/GPIO/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/AMIT Kit/main.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/APP/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/APP/main.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/HAL/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/HAL/LCD.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/HAL/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/HAL/LCD.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/HAL/LCDConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/HAL/LCDConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/MCAL/Inc/EXTI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/MCAL/Inc/EXTI.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/MCAL/Inc/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/MCAL/Inc/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/MCAL/Src/EXTI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/MCAL/Src/EXTI.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/MCAL/Src/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/MCAL/Src/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/EXTI/Lab 1/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part1/7 Segment/Readme.md: -------------------------------------------------------------------------------- 1 | ## Simulation: [Click Here](https://drive.google.com/file/d/1rBQMV9CoimOY7O-jkc6227KdI-kmpHKi/view) 2 | -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part1/7 Segment/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part1/7 Segment/main.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part1/Blue Pill Lab/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part1/Blue Pill Lab/main.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part1/Toggle Leds/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part1/Toggle Leds/main.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part2/Keypad Driver/Readme.md: -------------------------------------------------------------------------------- 1 | ## Simulation: [Click Here](https://drive.google.com/file/d/1hZ5O-Bt0Rovl8JMTvrZE56M0bp2-zmaI/view) 2 | -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part2/LCD Driver/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part2/LCD Driver/LCD.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part2/LCD Driver/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part2/LCD Driver/LCD.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part2/LCD Driver/Readme.md: -------------------------------------------------------------------------------- 1 | ## Simulation: [Click Here](https://drive.google.com/file/d/15Jv6jjmmvelZYt7dOduSHgVhsZ2LTyS6/view) 2 | -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part2/LCD Driver/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part2/LCD Driver/main.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/GPIO/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/GPIO/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/GPIO/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/GPIO/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/Lab1.pdsprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/Lab1.pdsprj -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/STMF103C6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/STMF103C6.h -------------------------------------------------------------------------------- /Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 7 (MCU Essential Peripherals )/GPIO part3/Lab 1/main.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/APP/Inc/Lab1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/APP/Inc/Lab1.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/APP/Lab1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/APP/Lab1.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/HAL/LCD/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/HAL/LCD/LCD.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/HAL/LCD/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/HAL/LCD/LCD.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/Inc/Macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/Inc/Macros.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/Inc/std_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/Inc/std_types.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/MCAL/GPIO/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/MCAL/GPIO/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/MCAL/GPIO/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/MCAL/GPIO/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/MCAL/SPI/SPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/MCAL/SPI/SPI.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/MCAL/SPI/SPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/MCAL/SPI/SPI.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/7 Segment_MasterSlave/main.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/APP/I2C_EEPROM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/APP/I2C_EEPROM.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/APP/Inc/I2C_EEPROM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/APP/Inc/I2C_EEPROM.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/APP/I2C_EEPROM.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/APP/I2C_EEPROM.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/APP/I2C_EEPROM.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/APP/I2C_EEPROM.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/APP/I2C_EEPROM.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/APP/I2C_EEPROM.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/APP/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/APP/subdir.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/EEPROM/EEPROM.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/EEPROM/EEPROM.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/EEPROM/EEPROM.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/EEPROM/EEPROM.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/EEPROM/EEPROM.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/EEPROM/EEPROM.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/EEPROM/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/EEPROM/subdir.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/Keypad/Keypad.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/Keypad/Keypad.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/Keypad/Keypad.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/Keypad/Keypad.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/Keypad/Keypad.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/Keypad/Keypad.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/Keypad/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/Keypad/subdir.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/LCD/LCD.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/LCD/LCD.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/LCD/LCD.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/LCD/LCD.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/LCD/LCD.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/LCD/LCD.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/LCD/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/HAL/LCD/subdir.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/EXTI.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/EXTI.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/EXTI.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/EXTI.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/EXTI.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/EXTI.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/GPIO.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/GPIO.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/GPIO.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/GPIO.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/GPIO.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/GPIO.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/I2C.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/I2C.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/I2C.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/I2C.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/I2C.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/I2C.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/RCC.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/RCC.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/RCC.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/RCC.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/RCC.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/RCC.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/SPI.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/SPI.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/SPI.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/SPI.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/SPI.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/SPI.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/USART.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/USART.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/USART.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/USART.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/USART.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/USART.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/MCAL/Src/subdir.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/main.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/main.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/main.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/main.su: -------------------------------------------------------------------------------- 1 | main.c:28:5:main 8 static 2 | -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/subdir.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/syscalls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/syscalls.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/syscalls.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/syscalls.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/syscalls.su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/syscalls.su -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/sysmem.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/sysmem.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/sysmem.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/sysmem.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Src/sysmem.su: -------------------------------------------------------------------------------- 1 | sysmem.c:54:7:_sbrk 32 static 2 | -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Startup/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/Startup/subdir.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/makefile -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/objects.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/objects.list -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/objects.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/objects.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/sources.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Debug/sources.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/7 Segment/Segment.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/7 Segment/Segment.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/7 Segment/Segment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/7 Segment/Segment.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/EEPROM/EEPROM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/EEPROM/EEPROM.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/EEPROM/EEPROM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/EEPROM/EEPROM.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/Keypad/Keypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/Keypad/Keypad.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/Keypad/Keypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/Keypad/Keypad.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/Keypad/KeypadConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/Keypad/KeypadConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/LCD/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/LCD/LCD.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/LCD/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/LCD/LCD.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/LCD/LCDConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/HAL/LCD/LCDConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/I2C_EEPROM.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/I2C_EEPROM.mp4 -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Inc/STM32F103x6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Inc/STM32F103x6.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/EXTI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/EXTI.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/I2C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/I2C.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/RCC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/RCC.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/SPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/SPI.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/USART.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Inc/USART.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/EXTI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/EXTI.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/I2C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/I2C.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/RCC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/RCC.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/SPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/SPI.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/USART.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/MCAL/Src/USART.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/I2C_EEPROM/main.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/APP/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/APP/subdir.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/HAL/LCD/LCD.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/HAL/LCD/LCD.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/HAL/LCD/LCD.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/HAL/LCD/LCD.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/STM32F103C6 Drivers.elf.asm: -------------------------------------------------------------------------------- 1 | ; Disassembled code 2 | -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/main.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/main.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/main.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/main.su: -------------------------------------------------------------------------------- 1 | main.c:28:5:main 8 static 2 | -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/subdir.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/subdir.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/sysmem.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/sysmem.d -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/sysmem.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/sysmem.o -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/Src/sysmem.su: -------------------------------------------------------------------------------- 1 | sysmem.c:54:7:_sbrk 32 static 2 | -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/makefile -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/objects.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/objects.list -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/objects.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/objects.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/sources.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Debug/sources.mk -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Inc/STM32F103x6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Inc/STM32F103x6.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Inc/EXTI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Inc/EXTI.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Inc/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Inc/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Inc/RCC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Inc/RCC.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Inc/SPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Inc/SPI.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Inc/USART.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Inc/USART.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Src/EXTI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Src/EXTI.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Src/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Src/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Src/RCC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Src/RCC.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Src/SPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Src/SPI.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Src/USART.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/MCAL/Src/USART.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Debug_Analysis/main.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/APP/Inc/Lab1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/APP/Inc/Lab1.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/APP/Inc/Lab2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/APP/Inc/Lab2.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/APP/Lab2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/APP/Lab2.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/ATmega32 Drivers.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/ATmega32 Drivers.elf -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/Inc/Macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/Inc/Macros.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/Inc/Memery_Mapping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/Inc/Memery_Mapping.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/Inc/micro_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/Inc/micro_config.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/Inc/std_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/Inc/std_types.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/MAX7221.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/MAX7221.mp4 -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/MCAL/GPIO/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/MCAL/GPIO/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/MCAL/GPIO/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/MCAL/GPIO/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/MCAL/SPI/SPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/MCAL/SPI/SPI.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/MCAL/SPI/SPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/MCAL/SPI/SPI.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_MAX7221/main.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Transmitter_between_2MCU/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Transmitter_between_2MCU/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/SPI_Transmitter_between_2MCU/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/SPI_Transmitter_between_2MCU/main.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/ATmega_UART.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/ATmega_UART.PNG -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/HAL/LCD/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/HAL/LCD/LCD.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/HAL/LCD/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/HAL/LCD/LCD.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/HAL/LCD/LCDConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/HAL/LCD/LCDConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/Inc/Macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/Inc/Macros.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/Inc/Memery_Mapping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/Inc/Memery_Mapping.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/Inc/micro_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/Inc/micro_config.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/Inc/std_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/Inc/std_types.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/MCAL/GPIO/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/MCAL/GPIO/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/MCAL/GPIO/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/MCAL/GPIO/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/MCAL/UART/UART.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/MCAL/UART/UART.c -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/MCAL/UART/UART.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/MCAL/UART/UART.h -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 8 ( MCU Interfacing )/UART_ATmega32/main.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/APP/Inc/LM35.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/APP/Inc/LM35.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/APP/LM35.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/APP/LM35.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/Debug/ATmega32 Drivers.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/Debug/ATmega32 Drivers.elf -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/Debug/ATmega32 Drivers.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/Debug/ATmega32 Drivers.hex -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/HAL/LCD/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/HAL/LCD/LCD.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/HAL/LCD/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/HAL/LCD/LCD.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/HAL/LCD/LCDConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/HAL/LCD/LCDConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/Inc/Macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/Inc/Macros.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/Inc/Memery_Mapping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/Inc/Memery_Mapping.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/Inc/micro_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/Inc/micro_config.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/Inc/std_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/Inc/std_types.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/LM35.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/LM35.PNG -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/MCAL/ADC/ADC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/MCAL/ADC/ADC.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/MCAL/ADC/ADC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/MCAL/ADC/ADC.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/MCAL/GPIO/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/MCAL/GPIO/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/MCAL/GPIO/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/MCAL/GPIO/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/LM35/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/LM35/main.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/Inc/PWM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/Inc/PWM.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/Inc/SPI_Master.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/Inc/SPI_Master.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/Inc/SPI_Slave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/Inc/SPI_Slave.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/Inc/Timer_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/Inc/Timer_test.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/PWM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/PWM.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/SPI_Master.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/SPI_Master.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/SPI_Slave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/SPI_Slave.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/Timer_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/APP/Timer_test.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/APP/PWM.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/APP/PWM.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/APP/PWM.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/APP/PWM.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/APP/Timer_test.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/APP/Timer_test.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/APP/Timer_test.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/APP/Timer_test.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.eep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.eep -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.elf -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.hex -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.lss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.lss -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.map -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.srec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/ATmega32 Drivers.srec -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/HAL/Keypad/Keypad.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/HAL/Keypad/Keypad.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/HAL/Keypad/Keypad.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/HAL/Keypad/Keypad.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/HAL/LCD/LCD.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/HAL/LCD/LCD.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/HAL/LCD/LCD.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/HAL/LCD/LCD.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/GPIO/GPIO.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/GPIO/GPIO.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/GPIO/GPIO.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/GPIO/GPIO.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/I2C/I2C.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/I2C/I2C.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/I2C/I2C.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/I2C/I2C.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/SPI/SPI.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/SPI/SPI.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/SPI/SPI.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/SPI/SPI.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/Timer0/Timer0.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/Timer0/Timer0.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/Timer0/Timer0.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/Timer0/Timer0.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/UART/UART.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/UART/UART.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/UART/UART.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/MCAL/UART/UART.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/Makefile -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/main.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/main.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/main.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/makedep.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Debug/makedep.mk -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/Keypad/Keypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/Keypad/Keypad.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/Keypad/Keypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/Keypad/Keypad.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/Keypad/KeypadConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/Keypad/KeypadConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/LCD/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/LCD/LCD.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/LCD/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/LCD/LCD.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/LCD/LCDConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/HAL/LCD/LCDConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Inc/Macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Inc/Macros.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Inc/Memery_Mapping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Inc/Memery_Mapping.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Inc/micro_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Inc/micro_config.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Inc/std_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/Inc/std_types.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/GPIO/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/GPIO/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/GPIO/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/GPIO/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/I2C/I2C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/I2C/I2C.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/I2C/I2C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/I2C/I2C.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/SPI/SPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/SPI/SPI.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/SPI/SPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/SPI/SPI.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/Timer0/Timer0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/Timer0/Timer0.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/Timer0/Timer0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/Timer0/Timer0.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/UART/UART.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/UART/UART.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/UART/UART.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/MCAL/UART/UART.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/Readme.md: -------------------------------------------------------------------------------- 1 | # PWM 2 | 3 | ### DC Motor Simulation: [Click Here](https://drive.google.com/file/d/1SGekfpH9VZ1b60Loyv2ekzDMNTT_eDHs/view) 4 | -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/PWM/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/PWM/main.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/APP/Inc/Thermistor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/APP/Inc/Thermistor.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/APP/Thermistor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/APP/Thermistor.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Debug/ATmega32 Drivers.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Debug/ATmega32 Drivers.elf -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Debug/ATmega32 Drivers.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Debug/ATmega32 Drivers.hex -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/HAL/LCD/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/HAL/LCD/LCD.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/HAL/LCD/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/HAL/LCD/LCD.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/HAL/LCD/LCDConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/HAL/LCD/LCDConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Inc/Macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Inc/Macros.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Inc/Memery_Mapping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Inc/Memery_Mapping.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Inc/micro_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Inc/micro_config.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Inc/std_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Inc/std_types.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/MCAL/ADC/ADC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/MCAL/ADC/ADC.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/MCAL/ADC/ADC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/MCAL/ADC/ADC.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/MCAL/GPIO/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/MCAL/GPIO/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/MCAL/GPIO/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/MCAL/GPIO/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Thermistor21%.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Thermistor21%.PNG -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Thermistor78%.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Thermistor78%.PNG -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Thermistor98%.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/Thermistor98%.PNG -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Thermistor/main.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/Inc/PWM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/Inc/PWM.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/Inc/SPI_Master.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/Inc/SPI_Master.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/Inc/SPI_Slave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/Inc/SPI_Slave.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/Inc/Timer_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/Inc/Timer_test.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/PWM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/PWM.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/SPI_Master.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/SPI_Master.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/SPI_Slave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/SPI_Slave.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/Timer_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/APP/Timer_test.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/APP/PWM.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/APP/PWM.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/APP/PWM.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/APP/PWM.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/APP/Timer_test.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/APP/Timer_test.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/APP/Timer_test.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/APP/Timer_test.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.eep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.eep -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.elf -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.hex -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.lss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.lss -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.map -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.srec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/ATmega32 Drivers.srec -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/HAL/Keypad/Keypad.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/HAL/Keypad/Keypad.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/HAL/Keypad/Keypad.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/HAL/Keypad/Keypad.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/HAL/LCD/LCD.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/HAL/LCD/LCD.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/HAL/LCD/LCD.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/HAL/LCD/LCD.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/GPIO/GPIO.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/GPIO/GPIO.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/GPIO/GPIO.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/GPIO/GPIO.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/I2C/I2C.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/I2C/I2C.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/I2C/I2C.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/I2C/I2C.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/SPI/SPI.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/SPI/SPI.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/SPI/SPI.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/SPI/SPI.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/Timer0/Timer0.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/Timer0/Timer0.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/Timer0/Timer0.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/Timer0/Timer0.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/UART/UART.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/UART/UART.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/UART/UART.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/MCAL/UART/UART.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/Makefile -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/main.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/main.d -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/main.o -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/makedep.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Debug/makedep.mk -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/Keypad/Keypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/Keypad/Keypad.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/Keypad/Keypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/Keypad/Keypad.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/Keypad/KeypadConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/Keypad/KeypadConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/LCD/LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/LCD/LCD.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/LCD/LCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/LCD/LCD.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/LCD/LCDConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/HAL/LCD/LCDConfig.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Inc/Macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Inc/Macros.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Inc/Memery_Mapping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Inc/Memery_Mapping.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Inc/micro_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Inc/micro_config.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Inc/std_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Inc/std_types.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/GPIO/GPIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/GPIO/GPIO.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/GPIO/GPIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/GPIO/GPIO.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/I2C/I2C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/I2C/I2C.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/I2C/I2C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/I2C/I2C.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/SPI/SPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/SPI/SPI.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/SPI/SPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/SPI/SPI.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/Timer0/Timer0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/Timer0/Timer0.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/Timer0/Timer0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/Timer0/Timer0.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/UART/UART.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/UART/UART.c -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/UART/UART.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/MCAL/UART/UART.h -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Readme.md -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Timer0_LedON.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/Timer0_LedON.PNG -------------------------------------------------------------------------------- /Term 2/Unit 9 (MCU Timers and ADC)/Timer0/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Term 2/Unit 9 (MCU Timers and ADC)/Timer0/main.c -------------------------------------------------------------------------------- /Top one 1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Top one 1.jpg -------------------------------------------------------------------------------- /Top one 2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AyaaSayed/Master-Embedded-System-Online-Diploma/HEAD/Top one 2.jpg --------------------------------------------------------------------------------